Shades of Carmine #A20012
Tints of Carmine #A20012
RGB
CMYK
RGB Variations
Color information
#A20012 (or 0xA20012) is known color: Carmine. HEX triplet: A2, 00 and 12. RGB value is (162,0,18). Sum of RGB (Red+Green+Blue) = 162+0+18=180 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 162 - color contains mainly: red. Hex color #A20012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20012 is #5DFFED. Grayscale: #323232. Windows color (decimal): -6160366 or 1179810. OLE color: 1179810.
HSL color Cylindrical-coordinate representation of color #A20012: hue angle of 353.33º 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 #A20012 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.89 | 0.36 |
| HSL | 353.33º | 1% | 0.32% | - |
| HSV(B) | 353.33º | 1% | 0.64% | - |
| XYZ | 15.01 | 7.73 | 1.27 | - |
| YUV | 50.49 | 109.67 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 18 | 0 | 1 | 0.89 | 0.36 | 353.33 | 1 | 0.32 |
| Hex | A2 | 0 | 12 | 0 | 64 | 59 | 24 | 161 | 64 | 20 |
| Octal | 242 | 0 | 22 | 0 | 144 | 131 | 44 | 541 | 144 | 40 |
| Binary | 10100010 | 0 | 10010 | 0 | 1100100 | 1011001 | 100100 | 101100001 | 1100100 | 100000 |
Color Harmonies of #A20012
Complementary color
Monochromatic Colors of #A20012
Black with #A20012
Text Example
Text Example
White with #A20012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20012; }
p { color: rgb(162,0,18); }
H1.HeaderClassName
{
color: #A20012;
}
.AnyTagClassName
{
color: #A20012;
}
</style>
background-color css
<style>
a { background-color: #A20012; }
a { background-color: rgb(162,0,18); }
div.DivClassName
{
background-color: #A20012;
}
.BgClassName
{
background-color: #A20012;
}
</style>
border-color css
<style>
span { border-color: #A20012; }
span { border-color: rgb(162,0,18); }
td.TdClassName
{
border-color: #A20012;
}
.TagClassName
{
border-color: #A20012;
}
</style>