#B64250
A medium, moderate red closely aligning with Indianred.
About #B64250
When working with digital screens, the color #B64250 is rendered by mixing light. Designers often compare it to the standard color Indianred. This translates to an RGB value of rgb(182, 66, 80).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 64% Magenta, 56% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B64250
RGB182, 66, 80
HSL352.8°, 46.8%, 48.6%
CMYK0%, 64%, 56%, 29%
HSV352.8°, 63.7%, 71.4%
LAB44.8, 48.0, 17.2
XYZ22.7, 14.4, 9.2
Decimal11944528
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.41:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.17:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #B64250;
}
.text-color {
color: #B64250;
}
.border-color {
border: 2px solid #B64250;
}