Color: #B7002E

#B7002E Color Information

#B7002E is a dark color. The closest websafe version is #B7002E. A complement of this color would be #00B88A, perceived brightness is 0.24, and the grayscale version is #5C5C5C.

In the HSL color space, this color has a hue angle of 345°,a saturation of 99%, and a lightness of 36%.The HSV representation shows a hue of 345°, a saturation of 100%, and a value of 72%.

In a RGB color space, #B7002E is composed of 72% red, 0% green and 18% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 100% magenta, 75% yellow and 28% black.

In the Yxy color space, this color is represented as Y: 10.70, x: 0.6125, and y: 0.3115.

Color Code #B7002E

#B7002Ergb(183, 0, 46)
HEX
#B7002E
RGB
rgb(183, 0, 46)
HSL
hsl(345, 100%, 36%)
HSV
hsv(345, 100%, 72%)
CMYK
0%, 100%, 75%, 28%
XYZ
X: 21.04, Y: 10.70, Z: 2.61
Lab
L: 39.07, a: 63.63, b: 31.70
Name

Shades of Color #B7002E

Shades are created by darkening the original color #B7002E 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 #B7002E

Tints are created by lightening the original color #B7002E 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.

#B7002Ergb(183, 0, 46)

About #B7002E Color Code

In the HSL color space, this color has a hue angle of 345°, a saturation of 100%, and a lightness of 36%. The HSV representation shows a hue of 345°, a saturation of 100%, and a value of 72%.

  • HEX: #B7002E
  • RGB: rgb(183, 0, 46)
  • HSL: hsl(345, 100%, 36%)
  • HSV: hsv(345, 100%, 72%)
  • CMYK: 0.00% cyan, 100.00% magenta, 75.00% yellow, 28.00% black
  • XYZ: 21.04, 10.70, 2.61
  • Yxy: 10.70, 0.6125, 0.3115
  • Hunter Lab: 39.07, 63.63, 31.70
  • CIE-Lab: 39.07, 63.63, 31.70

In the XYZ color space, this color is represented as X: 21.04, Y: 10.70, Z: 2.61. The Yxy representation further refines this as Y: 10.70, x: 0.6125, and y: 0.3115.

In the Hunter Lab color space, this color is represented as L: 39.07, a: 63.63, and b: 31.70. Similarly, in the CIE-Lab color space, it is represented as L: 39.07, a: 63.63, and b: 31.70.

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 #B7002E

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

Analogous Colors of #B7002E

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

Split Complementary Colors of #B7002E

Split complementary colors are two colors adjacent to the complementary color of #B7002E. They create a balanced and visually appealing color scheme.

Tetradic Colors of #B7002E

Tetradic colors form a rectangle on the color wheel, including #B7002E. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #B7002E

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

Complementary Color of #B7002E

The complementary color of #B7002E 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 #B7002E

/* Using HEX */
body {
  background-color: #b7002e;
}
/* Using RGB */
body {
  background-color: rgb(183, 0, 46);
}
/* Using RGB with opacity */
body {
  background-color: rgba(183, 0, 46, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(345, 100%, 36%);
}
/* Text color */
p {
  color: #b7002e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b7002e;
}
/* Border color */
.box {
  border: 4px solid #b7002e;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b7002e;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b7002e;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B7002E
On Black Background
#B7002E
On White Background
#B7002E

HTML Examples of #B7002E

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

Related Colors of #B7002E

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