Shades of Dark Red #A21006
Tints of Dark Red #A21006
RGB
CMYK
RGB Variations
Color information
#A21006 (or 0xA21006) is known color: Dark Red. HEX triplet: A2, 10 and 06. RGB value is (162,16,6). Sum of RGB (Red+Green+Blue) = 162+16+6=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A21006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21006 is #5DEFF9. Grayscale: #3A3A3A. Windows color (decimal): -6156282 or 397474. OLE color: 397474.
HSL color Cylindrical-coordinate representation of color #A21006: hue angle of 3.85º degrees, saturation: 0.93, 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 #A21006 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 16 | 6 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.36 |
| HSL | 3.85º | 0.93% | 0.33% | - |
| HSV(B) | 3.85º | 0.96% | 0.64% | - |
| XYZ | 15.12 | 8.07 | 0.93 | - |
| YUV | 58.51 | 98.37 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 6 | 0 | 0.90 | 0.96 | 0.36 | 3.85 | 0.93 | 0.33 |
| Hex | A2 | 10 | 6 | 0 | 5A | 60 | 24 | 4 | 5D | 21 |
| Octal | 242 | 20 | 6 | 0 | 132 | 140 | 44 | 4 | 135 | 41 |
| Binary | 10100010 | 10000 | 110 | 0 | 1011010 | 1100000 | 100100 | 100 | 1011101 | 100001 |
Color Harmonies of #A21006
Complementary color
Monochromatic Colors of #A21006
Black with #A21006
Text Example
Text Example
White with #A21006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21006; }
p { color: rgb(162,16,6); }
H1.HeaderClassName
{
color: #A21006;
}
.AnyTagClassName
{
color: #A21006;
}
</style>
background-color css
<style>
a { background-color: #A21006; }
a { background-color: rgb(162,16,6); }
div.DivClassName
{
background-color: #A21006;
}
.BgClassName
{
background-color: #A21006;
}
</style>
border-color css
<style>
span { border-color: #A21006; }
span { border-color: rgb(162,16,6); }
td.TdClassName
{
border-color: #A21006;
}
.TagClassName
{
border-color: #A21006;
}
</style>