Shades of Dark Red #A21100
Tints of Dark Red #A21100
RGB
CMYK
RGB Variations
Color information
#A21100 (or 0xA21100) is known color: Dark Red. HEX triplet: A2, 11 and 00. RGB value is (162,17,0). Sum of RGB (Red+Green+Blue) = 162+17+0=179 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90.50% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 162 - color contains mainly: red. Hex color #A21100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21100 is #5DEEFF. Grayscale: #3A3A3A. Windows color (decimal): -6156032 or 4514. OLE color: 4514.
HSL color Cylindrical-coordinate representation of color #A21100: hue angle of 6.3º 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 #A21100 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.36 |
| HSL | 6.3º | 1% | 0.32% | - |
| HSV(B) | 6.3º | 1% | 0.64% | - |
| XYZ | 15.1 | 8.08 | 0.76 | - |
| YUV | 58.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 0 | 0 | 0.90 | 1 | 0.36 | 6.3 | 1 | 0.32 |
| Hex | A2 | 11 | 0 | 0 | 5A | 64 | 24 | 6 | 64 | 20 |
| Octal | 242 | 21 | 0 | 0 | 132 | 144 | 44 | 6 | 144 | 40 |
| Binary | 10100010 | 10001 | 0 | 0 | 1011010 | 1100100 | 100100 | 110 | 1100100 | 100000 |
Color Harmonies of #A21100
Complementary color
Monochromatic Colors of #A21100
Black with #A21100
Text Example
Text Example
White with #A21100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A21100; }
p { color: rgb(162,17,0); }
H1.HeaderClassName
{
color: #A21100;
}
.AnyTagClassName
{
color: #A21100;
}
</style>
background-color css
<style>
a { background-color: #A21100; }
a { background-color: rgb(162,17,0); }
div.DivClassName
{
background-color: #A21100;
}
.BgClassName
{
background-color: #A21100;
}
</style>
border-color css
<style>
span { border-color: #A21100; }
span { border-color: rgb(162,17,0); }
td.TdClassName
{
border-color: #A21100;
}
.TagClassName
{
border-color: #A21100;
}
</style>