Shades of Dark Red #A00D07
Tints of Dark Red #A00D07
RGB
CMYK
RGB Variations
Color information
#A00D07 (or 0xA00D07) is known color: Dark Red. HEX triplet: A0, 0D and 07. RGB value is (160,13,7). Sum of RGB (Red+Green+Blue) = 160+13+7=180 (23% of max value = 765). Red value is 160 (62.89% from 255 or 88.89% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00D07 is #5FF2F8. Grayscale: #383838. Windows color (decimal): -6288121 or 462240. OLE color: 462240.
HSL color Cylindrical-coordinate representation of color #A00D07: hue angle of 2.35º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00D07 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 7 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.37 |
| HSL | 2.35º | 0.92% | 0.33% | - |
| HSV(B) | 2.35º | 0.96% | 0.63% | - |
| XYZ | 14.68 | 7.78 | 0.93 | - |
| YUV | 56.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 7 | 0 | 0.92 | 0.96 | 0.37 | 2.35 | 0.92 | 0.33 |
| Hex | A0 | D | 7 | 0 | 5C | 60 | 25 | 2 | 5C | 21 |
| Octal | 240 | 15 | 7 | 0 | 134 | 140 | 45 | 2 | 134 | 41 |
| Binary | 10100000 | 1101 | 111 | 0 | 1011100 | 1100000 | 100101 | 10 | 1011100 | 100001 |
Color Harmonies of #A00D07
Complementary color
Monochromatic Colors of #A00D07
Black with #A00D07
Text Example
Text Example
White with #A00D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D07; }
p { color: rgb(160,13,7); }
H1.HeaderClassName
{
color: #A00D07;
}
.AnyTagClassName
{
color: #A00D07;
}
</style>
background-color css
<style>
a { background-color: #A00D07; }
a { background-color: rgb(160,13,7); }
div.DivClassName
{
background-color: #A00D07;
}
.BgClassName
{
background-color: #A00D07;
}
</style>
border-color css
<style>
span { border-color: #A00D07; }
span { border-color: rgb(160,13,7); }
td.TdClassName
{
border-color: #A00D07;
}
.TagClassName
{
border-color: #A00D07;
}
</style>