Shades of Dark Red #A01504
Tints of Dark Red #A01504
RGB
CMYK
RGB Variations
Color information
#A01504 (or 0xA01504) is known color: Dark Red. HEX triplet: A0, 15 and 04. RGB value is (160,21,4). Sum of RGB (Red+Green+Blue) = 160+21+4=185 (24% of max value = 765). Red value is 160 (62.89% from 255 or 86.49% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 160 - color contains mainly: red. Hex color #A01504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01504 is #5FEAFB. Grayscale: #3C3C3C. Windows color (decimal): -6286076 or 267680. OLE color: 267680.
HSL color Cylindrical-coordinate representation of color #A01504: hue angle of 6.54º 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 #A01504 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 4 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.37 |
| HSL | 6.54º | 0.95% | 0.32% | - |
| HSV(B) | 6.54º | 0.98% | 0.63% | - |
| XYZ | 14.79 | 8.02 | 0.88 | - |
| YUV | 60.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 4 | 0 | 0.87 | 0.98 | 0.37 | 6.54 | 0.95 | 0.32 |
| Hex | A0 | 15 | 4 | 0 | 57 | 62 | 25 | 7 | 5F | 20 |
| Octal | 240 | 25 | 4 | 0 | 127 | 142 | 45 | 7 | 137 | 40 |
| Binary | 10100000 | 10101 | 100 | 0 | 1010111 | 1100010 | 100101 | 111 | 1011111 | 100000 |
Color Harmonies of #A01504
Complementary color
Monochromatic Colors of #A01504
Black with #A01504
Text Example
Text Example
White with #A01504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01504; }
p { color: rgb(160,21,4); }
H1.HeaderClassName
{
color: #A01504;
}
.AnyTagClassName
{
color: #A01504;
}
</style>
background-color css
<style>
a { background-color: #A01504; }
a { background-color: rgb(160,21,4); }
div.DivClassName
{
background-color: #A01504;
}
.BgClassName
{
background-color: #A01504;
}
</style>
border-color css
<style>
span { border-color: #A01504; }
span { border-color: rgb(160,21,4); }
td.TdClassName
{
border-color: #A01504;
}
.TagClassName
{
border-color: #A01504;
}
</style>