#B6072C
A dark, vivid red closely aligning with Firebrick.
About #B6072C
The precise color #B6072C is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Firebrick. In the RGB color space, it consists of 182 red, 7 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 96% M, 76% Y, and 29% K. With a hue angle of 347.3 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6072C
RGB182, 7, 44
HSL347.3°, 92.6%, 37.1%
CMYK0%, 96%, 76%, 29%
HSV347.3°, 96.2%, 71.4%
LAB38.3, 62.3, 31.2
XYZ19.8, 10.3, 3.3
Decimal11929388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.87:1
Text on #FFFFFF
AA
3.06:1
Text on #000000
AA Large
6.57:1
Text on #F8FAFC
AA
2.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B6072C;
}
.text-color {
color: #B6072C;
}
.border-color {
border: 2px solid #B6072C;
}