Shades of Dark Red #A00D03
Tints of Dark Red #A00D03
RGB
CMYK
RGB Variations
Color information
#A00D03 (or 0xA00D03) is known color: Dark Red. HEX triplet: A0, 0D and 03. RGB value is (160,13,3). Sum of RGB (Red+Green+Blue) = 160+13+3=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A00D03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00D03 is #5FF2FC. Grayscale: #383838. Windows color (decimal): -6288125 or 200096. OLE color: 200096.
HSL color Cylindrical-coordinate representation of color #A00D03: hue angle of 3.82º degrees, saturation: 0.96, 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 #A00D03 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 13 | 3 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.37 |
| HSL | 3.82º | 0.96% | 0.32% | - |
| HSV(B) | 3.82º | 0.98% | 0.63% | - |
| XYZ | 14.66 | 7.77 | 0.81 | - |
| YUV | 55.81 | 98.2 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 13 | 3 | 0 | 0.92 | 0.98 | 0.37 | 3.82 | 0.96 | 0.32 |
| Hex | A0 | D | 3 | 0 | 5C | 62 | 25 | 4 | 60 | 20 |
| Octal | 240 | 15 | 3 | 0 | 134 | 142 | 45 | 4 | 140 | 40 |
| Binary | 10100000 | 1101 | 11 | 0 | 1011100 | 1100010 | 100101 | 100 | 1100000 | 100000 |
Color Harmonies of #A00D03
Complementary color
Monochromatic Colors of #A00D03
Black with #A00D03
Text Example
Text Example
White with #A00D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00D03; }
p { color: rgb(160,13,3); }
H1.HeaderClassName
{
color: #A00D03;
}
.AnyTagClassName
{
color: #A00D03;
}
</style>
background-color css
<style>
a { background-color: #A00D03; }
a { background-color: rgb(160,13,3); }
div.DivClassName
{
background-color: #A00D03;
}
.BgClassName
{
background-color: #A00D03;
}
</style>
border-color css
<style>
span { border-color: #A00D03; }
span { border-color: rgb(160,13,3); }
td.TdClassName
{
border-color: #A00D03;
}
.TagClassName
{
border-color: #A00D03;
}
</style>