Shades of Carmine #A80212
Tints of Carmine #A80212
RGB
CMYK
RGB Variations
Color information
#A80212 (or 0xA80212) is known color: Carmine. HEX triplet: A8, 02 and 12. RGB value is (168,2,18). Sum of RGB (Red+Green+Blue) = 168+2+18=188 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.36% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 168 - color contains mainly: red. Hex color #A80212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80212 is #57FDED. Grayscale: #353535. Windows color (decimal): -5766638 or 1180328. OLE color: 1180328.
HSL color Cylindrical-coordinate representation of color #A80212: hue angle of 354.22º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80212 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.34 |
| HSL | 354.22º | 0.98% | 0.33% | - |
| HSV(B) | 354.22º | 0.99% | 0.66% | - |
| XYZ | 16.28 | 8.41 | 1.34 | - |
| YUV | 53.46 | 108 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 18 | 0 | 0.99 | 0.89 | 0.34 | 354.22 | 0.98 | 0.33 |
| Hex | A8 | 2 | 12 | 0 | 63 | 59 | 22 | 162 | 62 | 21 |
| Octal | 250 | 2 | 22 | 0 | 143 | 131 | 42 | 542 | 142 | 41 |
| Binary | 10101000 | 10 | 10010 | 0 | 1100011 | 1011001 | 100010 | 101100010 | 1100010 | 100001 |
Color Harmonies of #A80212
Complementary color
Monochromatic Colors of #A80212
Black with #A80212
Text Example
Text Example
White with #A80212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80212; }
p { color: rgb(168,2,18); }
H1.HeaderClassName
{
color: #A80212;
}
.AnyTagClassName
{
color: #A80212;
}
</style>
background-color css
<style>
a { background-color: #A80212; }
a { background-color: rgb(168,2,18); }
div.DivClassName
{
background-color: #A80212;
}
.BgClassName
{
background-color: #A80212;
}
</style>
border-color css
<style>
span { border-color: #A80212; }
span { border-color: rgb(168,2,18); }
td.TdClassName
{
border-color: #A80212;
}
.TagClassName
{
border-color: #A80212;
}
</style>