#A0333A
A medium, moderate red closely aligning with Brown.
About #A0333A
The hex code #A0333A represents a beautifully specific shade of red. Designers often compare it to the standard color Brown. Its digital footprint relies on 160 parts red, 51 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 68% magenta, 64% yellow, and 37% black. The HSL representation is 356.1° hue, 51.7% saturation, and 41.4% lightness.
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#A0333A
RGB160, 51, 58
HSL356.1°, 51.7%, 41.4%
CMYK0%, 68%, 64%, 37%
HSV356.1°, 68.1%, 62.7%
LAB38.1, 45.4, 21.2
XYZ16.4, 10.1, 5.1
Decimal10498874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.93:1
Text on #FFFFFF
AA
3.03:1
Text on #000000
AA Large
6.63:1
Text on #F8FAFC
AA
2.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A0333A;
}
.text-color {
color: #A0333A;
}
.border-color {
border: 2px solid #A0333A;
}