Shades of Dark Red #A20C07
Tints of Dark Red #A20C07
RGB
CMYK
RGB Variations
Color information
#A20C07 (or 0xA20C07) is known color: Dark Red. HEX triplet: A2, 0C and 07. RGB value is (162,12,7). Sum of RGB (Red+Green+Blue) = 162+12+7=181 (23% of max value = 765). Red value is 162 (63.67% from 255 or 89.50% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20C07 is #5DF3F8. Grayscale: #383838. Windows color (decimal): -6157305 or 461986. OLE color: 461986.
HSL color Cylindrical-coordinate representation of color #A20C07: hue angle of 1.94º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20C07 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 7 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.36 |
| HSL | 1.94º | 0.92% | 0.33% | - |
| HSV(B) | 1.94º | 0.96% | 0.64% | - |
| XYZ | 15.07 | 7.96 | 0.94 | - |
| YUV | 56.28 | 100.2 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 7 | 0 | 0.93 | 0.96 | 0.36 | 1.94 | 0.92 | 0.33 |
| Hex | A2 | C | 7 | 0 | 5D | 60 | 24 | 2 | 5C | 21 |
| Octal | 242 | 14 | 7 | 0 | 135 | 140 | 44 | 2 | 134 | 41 |
| Binary | 10100010 | 1100 | 111 | 0 | 1011101 | 1100000 | 100100 | 10 | 1011100 | 100001 |
Color Harmonies of #A20C07
Complementary color
Monochromatic Colors of #A20C07
Black with #A20C07
Text Example
Text Example
White with #A20C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C07; }
p { color: rgb(162,12,7); }
H1.HeaderClassName
{
color: #A20C07;
}
.AnyTagClassName
{
color: #A20C07;
}
</style>
background-color css
<style>
a { background-color: #A20C07; }
a { background-color: rgb(162,12,7); }
div.DivClassName
{
background-color: #A20C07;
}
.BgClassName
{
background-color: #A20C07;
}
</style>
border-color css
<style>
span { border-color: #A20C07; }
span { border-color: rgb(162,12,7); }
td.TdClassName
{
border-color: #A20C07;
}
.TagClassName
{
border-color: #A20C07;
}
</style>