#AB2B33
A medium, moderate red closely aligning with Brown.
About #AB2B33
The precise color #AB2B33 is an excellent choice for modern design projects. Its closest recognized web color is Brown. This translates to an RGB value of rgb(171, 43, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 75% M, 70% Y, and 33% K. With a hue angle of 356.2 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AB2B33
RGB171, 43, 51
HSL356.2°, 59.8%, 42.0%
CMYK0%, 75%, 70%, 33%
HSV356.2°, 74.9%, 67.1%
LAB38.9, 51.7, 27.0
XYZ18.3, 10.6, 4.2
Decimal11217715
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.72:1
Text on #FFFFFF
AA
3.12:1
Text on #000000
AA Large
6.42:1
Text on #F8FAFC
AA
2.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #AB2B33;
}
.text-color {
color: #AB2B33;
}
.border-color {
border: 2px solid #AB2B33;
}