Shades of Dark Red #A20600
Tints of Dark Red #A20600
RGB
CMYK
RGB Variations
Color information
#A20600 (or 0xA20600) is known color: Dark Red. HEX triplet: A2, 06 and 00. RGB value is (162,6,0). Sum of RGB (Red+Green+Blue) = 162+6+0=168 (22% of max value = 765). Red value is 162 (63.67% from 255 or 96.43% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 162 - color contains mainly: red. Hex color #A20600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20600 is #5DF9FF. Grayscale: #343434. Windows color (decimal): -6158848 or 1698. OLE color: 1698.
HSL color Cylindrical-coordinate representation of color #A20600: hue angle of 2.22º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20600 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 6 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.36 |
| HSL | 2.22º | 1% | 0.32% | - |
| HSV(B) | 2.22º | 1% | 0.64% | - |
| XYZ | 14.97 | 7.81 | 0.72 | - |
| YUV | 51.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 6 | 0 | 0 | 0.96 | 1 | 0.36 | 2.22 | 1 | 0.32 |
| Hex | A2 | 6 | 0 | 0 | 60 | 64 | 24 | 2 | 64 | 20 |
| Octal | 242 | 6 | 0 | 0 | 140 | 144 | 44 | 2 | 144 | 40 |
| Binary | 10100010 | 110 | 0 | 0 | 1100000 | 1100100 | 100100 | 10 | 1100100 | 100000 |
Color Harmonies of #A20600
Complementary color
Monochromatic Colors of #A20600
Black with #A20600
Text Example
Text Example
White with #A20600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20600; }
p { color: rgb(162,6,0); }
H1.HeaderClassName
{
color: #A20600;
}
.AnyTagClassName
{
color: #A20600;
}
</style>
background-color css
<style>
a { background-color: #A20600; }
a { background-color: rgb(162,6,0); }
div.DivClassName
{
background-color: #A20600;
}
.BgClassName
{
background-color: #A20600;
}
</style>
border-color css
<style>
span { border-color: #A20600; }
span { border-color: rgb(162,6,0); }
td.TdClassName
{
border-color: #A20600;
}
.TagClassName
{
border-color: #A20600;
}
</style>