#B60F33
A dark, vivid red closely aligning with Firebrick.
About #B60F33
At its core, #B60F33 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Firebrick. This translates to an RGB value of rgb(182, 15, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 92% magenta inks. The HSL representation is 347.1° hue, 84.8% saturation, and 38.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B60F33
RGB182, 15, 51
HSL347.1°, 84.8%, 38.6%
CMYK0%, 92%, 72%, 29%
HSV347.1°, 91.8%, 71.4%
LAB38.8, 61.6, 27.4
XYZ20.1, 10.5, 4.1
Decimal11931443
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.76:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F33;
}
.text-color {
color: #B60F33;
}
.border-color {
border: 2px solid #B60F33;
}