Shades of Dark Red #A00D04
Tints of Dark Red #A00D04
RGB
CMYK
RGB Variations
Color information
#A00D04 (or 0xA00D04) is known color: Dark Red. HEX triplet: A0, 0D and 04. RGB value is (160,13,4). Sum of RGB (Red+Green+Blue) = 160+13+4=177 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.40% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00D04 is #5FF2FB. Grayscale: #383838. Windows color (decimal): -6288124 or 265632. OLE color: 265632.
HSL color Cylindrical-coordinate representation of color #A00D04: hue angle of 3.46º 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 #A00D04 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.37 |
| HSL | 3.46º | 0.95% | 0.32% | - |
| HSV(B) | 3.46º | 0.98% | 0.63% | - |
| XYZ | 14.66 | 7.77 | 0.84 | - |
| YUV | 55.93 | 98.7 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 4 | 0 | 0.92 | 0.98 | 0.37 | 3.46 | 0.95 | 0.32 |
| Hex | A0 | D | 4 | 0 | 5C | 62 | 25 | 3 | 5F | 20 |
| Octal | 240 | 15 | 4 | 0 | 134 | 142 | 45 | 3 | 137 | 40 |
| Binary | 10100000 | 1101 | 100 | 0 | 1011100 | 1100010 | 100101 | 11 | 1011111 | 100000 |
Color Harmonies of #A00D04
Complementary color
Monochromatic Colors of #A00D04
Black with #A00D04
Text Example
Text Example
White with #A00D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D04; }
p { color: rgb(160,13,4); }
H1.HeaderClassName
{
color: #A00D04;
}
.AnyTagClassName
{
color: #A00D04;
}
</style>
background-color css
<style>
a { background-color: #A00D04; }
a { background-color: rgb(160,13,4); }
div.DivClassName
{
background-color: #A00D04;
}
.BgClassName
{
background-color: #A00D04;
}
</style>
border-color css
<style>
span { border-color: #A00D04; }
span { border-color: rgb(160,13,4); }
td.TdClassName
{
border-color: #A00D04;
}
.TagClassName
{
border-color: #A00D04;
}
</style>