Shades of Dark Red #A01904
Tints of Dark Red #A01904
RGB
CMYK
RGB Variations
Color information
#A01904 (or 0xA01904) is known color: Dark Red. HEX triplet: A0, 19 and 04. RGB value is (160,25,4). Sum of RGB (Red+Green+Blue) = 160+25+4=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A01904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01904 is #5FE6FB. Grayscale: #3F3F3F. Windows color (decimal): -6285052 or 268704. OLE color: 268704.
HSL color Cylindrical-coordinate representation of color #A01904: hue angle of 8.08º 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 #A01904 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.37 |
| HSL | 8.08º | 0.95% | 0.32% | - |
| HSV(B) | 8.08º | 0.98% | 0.63% | - |
| XYZ | 14.87 | 8.18 | 0.91 | - |
| YUV | 62.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 4 | 0 | 0.84 | 0.98 | 0.37 | 8.08 | 0.95 | 0.32 |
| Hex | A0 | 19 | 4 | 0 | 54 | 62 | 25 | 8 | 5F | 20 |
| Octal | 240 | 31 | 4 | 0 | 124 | 142 | 45 | 10 | 137 | 40 |
| Binary | 10100000 | 11001 | 100 | 0 | 1010100 | 1100010 | 100101 | 1000 | 1011111 | 100000 |
Color Harmonies of #A01904
Complementary color
Monochromatic Colors of #A01904
Black with #A01904
Text Example
Text Example
White with #A01904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01904; }
p { color: rgb(160,25,4); }
H1.HeaderClassName
{
color: #A01904;
}
.AnyTagClassName
{
color: #A01904;
}
</style>
background-color css
<style>
a { background-color: #A01904; }
a { background-color: rgb(160,25,4); }
div.DivClassName
{
background-color: #A01904;
}
.BgClassName
{
background-color: #A01904;
}
</style>
border-color css
<style>
span { border-color: #A01904; }
span { border-color: rgb(160,25,4); }
td.TdClassName
{
border-color: #A01904;
}
.TagClassName
{
border-color: #A01904;
}
</style>