Shades of Dark Red #A01804
Tints of Dark Red #A01804
RGB
CMYK
RGB Variations
Color information
#A01804 (or 0xA01804) is known color: Dark Red. HEX triplet: A0, 18 and 04. RGB value is (160,24,4). Sum of RGB (Red+Green+Blue) = 160+24+4=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 4 (1.95% from 255 or 2.13% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A01804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01804 is #5FE7FB. Grayscale: #3E3E3E. Windows color (decimal): -6285308 or 268448. OLE color: 268448.
HSL color Cylindrical-coordinate representation of color #A01804: hue angle of 7.69º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A01804 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.37 |
| HSL | 7.69º | 0.95% | 0.32% | - |
| HSV(B) | 7.69º | 0.98% | 0.63% | - |
| XYZ | 14.85 | 8.14 | 0.9 | - |
| YUV | 62.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 4 | 0 | 0.85 | 0.98 | 0.37 | 7.69 | 0.95 | 0.32 |
| Hex | A0 | 18 | 4 | 0 | 55 | 62 | 25 | 8 | 5F | 20 |
| Octal | 240 | 30 | 4 | 0 | 125 | 142 | 45 | 10 | 137 | 40 |
| Binary | 10100000 | 11000 | 100 | 0 | 1010101 | 1100010 | 100101 | 1000 | 1011111 | 100000 |
Color Harmonies of #A01804
Complementary color
Monochromatic Colors of #A01804
Black with #A01804
Text Example
Text Example
White with #A01804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01804; }
p { color: rgb(160,24,4); }
H1.HeaderClassName
{
color: #A01804;
}
.AnyTagClassName
{
color: #A01804;
}
</style>
background-color css
<style>
a { background-color: #A01804; }
a { background-color: rgb(160,24,4); }
div.DivClassName
{
background-color: #A01804;
}
.BgClassName
{
background-color: #A01804;
}
</style>
border-color css
<style>
span { border-color: #A01804; }
span { border-color: rgb(160,24,4); }
td.TdClassName
{
border-color: #A01804;
}
.TagClassName
{
border-color: #A01804;
}
</style>