Color: #B80C0B

#B80C0B Color Information

#B80C0B is a dark color. The closest websafe version is #B80C0B. A complement of this color would be #0BB7B7, perceived brightness is 0.25, and the grayscale version is #626262.

In the HSL color space, this color has a hue angle of 0°,a saturation of 89%, and a lightness of 38%.The HSV representation shows a hue of 0°, a saturation of 94%, and a value of 72%.

In a RGB color space, #B80C0B is composed of 72% red, 5% green and 4% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 93% magenta, 94% yellow and 28% black.

In the Yxy color space, this color is represented as Y: 10.95, x: 0.6395, and y: 0.3320.

Color Code #B80C0B

#B80C0Brgb(184, 12, 11)
HEX
#B80C0B
RGB
rgb(184, 12, 11)
HSL
hsl(0, 89%, 38%)
HSV
hsv(0, 94%, 72%)
CMYK
0%, 93%, 94%, 28%
XYZ
X: 21.09, Y: 10.95, Z: 0.94
Lab
L: 39.49, a: 62.06, b: 50.64
Name

Shades of Color #B80C0B

Shades are created by darkening the original color #B80C0B in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #B80C0B

Tints are created by lightening the original color #B80C0B in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#B80C0Brgb(184, 12, 11)

About #B80C0B Color Code

In the HSL color space, this color has a hue angle of 0°, a saturation of 89%, and a lightness of 38%. The HSV representation shows a hue of 0°, a saturation of 94%, and a value of 72%.

  • HEX: #B80C0B
  • RGB: rgb(184, 12, 11)
  • HSL: hsl(0, 89%, 38%)
  • HSV: hsv(0, 94%, 72%)
  • CMYK: 0.00% cyan, 93.00% magenta, 94.00% yellow, 28.00% black
  • XYZ: 21.09, 10.95, 0.94
  • Yxy: 10.95, 0.6395, 0.3320
  • Hunter Lab: 39.49, 62.06, 50.64
  • CIE-Lab: 39.49, 62.06, 50.64

In the XYZ color space, this color is represented as X: 21.09, Y: 10.95, Z: 0.94. The Yxy representation further refines this as Y: 10.95, x: 0.6395, and y: 0.3320.

In the Hunter Lab color space, this color is represented as L: 39.49, a: 62.06, and b: 50.64. Similarly, in the CIE-Lab color space, it is represented as L: 39.49, a: 62.06, and b: 50.64.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #B80C0B

Triadic colors are three colors evenly spaced around the color wheel, including #B80C0B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #B80C0B

Analogous colors are adjacent to #B80C0B on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #B80C0B

Monochromatic colors are variations of #B80C0B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #B80C0B

The complementary color of #B80C0B is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #B80C0B

/* Using HEX */
body {
  background-color: #b80c0b;
}
/* Using RGB */
body {
  background-color: rgb(184, 12, 11);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 12, 11, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(0, 89%, 38%);
}
/* Text color */
p {
  color: #b80c0b;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b80c0b;
}
/* Border color */
.box {
  border: 4px solid #b80c0b;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b80c0b;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b80c0b;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B80C0B
On Black Background
#B80C0B
On White Background
#B80C0B

HTML Examples of #B80C0B

<!-- Using HEX -->
<div style="background-color: #b80c0b; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(184, 12, 11); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(184, 12, 11, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(0, 89%, 38%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b80c0b;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b80c0b; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b80c0b; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b80c0b;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b80c0b; color: #fff; padding: 16px; border-radius: 8px;">
  #B80C0B
</div>
#B80C0B
On Black Background
#B80C0B
On White Background
#B80C0B

Related Colors of #B80C0B

These colors are similar to #B80C0B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.