Shades of Dark Red #A21302
Tints of Dark Red #A21302
RGB
CMYK
RGB Variations
Color information
#A21302 (or 0xA21302) is known color: Dark Red. HEX triplet: A2, 13 and 02. RGB value is (162,19,2). Sum of RGB (Red+Green+Blue) = 162+19+2=183 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.52% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 162 - color contains mainly: red. Hex color #A21302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21302 is #5DECFD. Grayscale: #3C3C3C. Windows color (decimal): -6155518 or 136098. OLE color: 136098.
HSL color Cylindrical-coordinate representation of color #A21302: hue angle of 6.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A21302 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 19 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.36 |
| HSL | 6.38º | 0.98% | 0.32% | - |
| HSV(B) | 6.38º | 0.99% | 0.64% | - |
| XYZ | 15.14 | 8.15 | 0.83 | - |
| YUV | 59.82 | 95.38 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 19 | 2 | 0 | 0.88 | 0.99 | 0.36 | 6.38 | 0.98 | 0.32 |
| Hex | A2 | 13 | 2 | 0 | 58 | 63 | 24 | 6 | 62 | 20 |
| Octal | 242 | 23 | 2 | 0 | 130 | 143 | 44 | 6 | 142 | 40 |
| Binary | 10100010 | 10011 | 10 | 0 | 1011000 | 1100011 | 100100 | 110 | 1100010 | 100000 |
Color Harmonies of #A21302
Complementary color
Monochromatic Colors of #A21302
Black with #A21302
Text Example
Text Example
White with #A21302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21302; }
p { color: rgb(162,19,2); }
H1.HeaderClassName
{
color: #A21302;
}
.AnyTagClassName
{
color: #A21302;
}
</style>
background-color css
<style>
a { background-color: #A21302; }
a { background-color: rgb(162,19,2); }
div.DivClassName
{
background-color: #A21302;
}
.BgClassName
{
background-color: #A21302;
}
</style>
border-color css
<style>
span { border-color: #A21302; }
span { border-color: rgb(162,19,2); }
td.TdClassName
{
border-color: #A21302;
}
.TagClassName
{
border-color: #A21302;
}
</style>