Shades of Dark Red #A00604
Tints of Dark Red #A00604
RGB
CMYK
RGB Variations
Color information
#A00604 (or 0xA00604) is known color: Dark Red. HEX triplet: A0, 06 and 04. RGB value is (160,6,4). Sum of RGB (Red+Green+Blue) = 160+6+4=170 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.12% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 160 - color contains mainly: red. Hex color #A00604 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00604 is #5FF9FB. Grayscale: #333333. Windows color (decimal): -6289916 or 263840. OLE color: 263840.
HSL color Cylindrical-coordinate representation of color #A00604: hue angle of 0.77º 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 #A00604 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 4 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.37 |
| HSL | 0.77º | 0.95% | 0.32% | - |
| HSV(B) | 0.77º | 0.98% | 0.63% | - |
| XYZ | 14.58 | 7.61 | 0.82 | - |
| YUV | 51.82 | 101.02 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 4 | 0 | 0.96 | 0.98 | 0.37 | 0.77 | 0.95 | 0.32 |
| Hex | A0 | 6 | 4 | 0 | 60 | 62 | 25 | 1 | 5F | 20 |
| Octal | 240 | 6 | 4 | 0 | 140 | 142 | 45 | 1 | 137 | 40 |
| Binary | 10100000 | 110 | 100 | 0 | 1100000 | 1100010 | 100101 | 1 | 1011111 | 100000 |
Color Harmonies of #A00604
Complementary color
Monochromatic Colors of #A00604
Black with #A00604
Text Example
Text Example
White with #A00604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00604; }
p { color: rgb(160,6,4); }
H1.HeaderClassName
{
color: #A00604;
}
.AnyTagClassName
{
color: #A00604;
}
</style>
background-color css
<style>
a { background-color: #A00604; }
a { background-color: rgb(160,6,4); }
div.DivClassName
{
background-color: #A00604;
}
.BgClassName
{
background-color: #A00604;
}
</style>
border-color css
<style>
span { border-color: #A00604; }
span { border-color: rgb(160,6,4); }
td.TdClassName
{
border-color: #A00604;
}
.TagClassName
{
border-color: #A00604;
}
</style>