#AF3A33
A medium, moderate red closely aligning with Brown.
About #AF3A33
At its core, #AF3A33 is a medium and moderate hue. Its closest recognized web color is Brown. This translates to an RGB value of rgb(175, 58, 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 67% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AF3A33
RGB175, 58, 51
HSL3.4°, 54.9%, 44.3%
CMYK0%, 67%, 71%, 31%
HSV3.4°, 70.9%, 68.6%
LAB41.8, 47.2, 30.6
XYZ19.8, 12.4, 4.5
Decimal11483699
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.04:1
Text on #FFFFFF
AA
3.48:1
Text on #000000
AA Large
5.77:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AF3A33;
}
.text-color {
color: #AF3A33;
}
.border-color {
border: 2px solid #AF3A33;
}