Shades of Dark Red #A20A04
Tints of Dark Red #A20A04
RGB
CMYK
RGB Variations
Color information
#A20A04 (or 0xA20A04) is known color: Dark Red. HEX triplet: A2, 0A and 04. RGB value is (162,10,4). Sum of RGB (Red+Green+Blue) = 162+10+4=176 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.05% from 176); Green value is 10 (4.30% from 255 or 5.68% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20A04 is #5DF5FB. Grayscale: #363636. Windows color (decimal): -6157820 or 264866. OLE color: 264866.
HSL color Cylindrical-coordinate representation of color #A20A04: hue angle of 2.28º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20A04 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 4 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.36 |
| HSL | 2.28º | 0.95% | 0.33% | - |
| HSV(B) | 2.28º | 0.98% | 0.64% | - |
| XYZ | 15.03 | 7.91 | 0.85 | - |
| YUV | 54.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 4 | 0 | 0.94 | 0.98 | 0.36 | 2.28 | 0.95 | 0.33 |
| Hex | A2 | A | 4 | 0 | 5E | 62 | 24 | 2 | 5F | 21 |
| Octal | 242 | 12 | 4 | 0 | 136 | 142 | 44 | 2 | 137 | 41 |
| Binary | 10100010 | 1010 | 100 | 0 | 1011110 | 1100010 | 100100 | 10 | 1011111 | 100001 |
Color Harmonies of #A20A04
Complementary color
Monochromatic Colors of #A20A04
Black with #A20A04
Text Example
Text Example
White with #A20A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A04; }
p { color: rgb(162,10,4); }
H1.HeaderClassName
{
color: #A20A04;
}
.AnyTagClassName
{
color: #A20A04;
}
</style>
background-color css
<style>
a { background-color: #A20A04; }
a { background-color: rgb(162,10,4); }
div.DivClassName
{
background-color: #A20A04;
}
.BgClassName
{
background-color: #A20A04;
}
</style>
border-color css
<style>
span { border-color: #A20A04; }
span { border-color: rgb(162,10,4); }
td.TdClassName
{
border-color: #A20A04;
}
.TagClassName
{
border-color: #A20A04;
}
</style>