Shades of Carmine #A10211
Tints of Carmine #A10211
RGB
CMYK
RGB Variations
Color information
#A10211 (or 0xA10211) is known color: Carmine. HEX triplet: A1, 02 and 11. RGB value is (161,2,17). Sum of RGB (Red+Green+Blue) = 161+2+17=180 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.44% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 161 - color contains mainly: red. Hex color #A10211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10211 is #5EFDEE. Grayscale: #333333. Windows color (decimal): -6225391 or 1114785. OLE color: 1114785.
HSL color Cylindrical-coordinate representation of color #A10211: hue angle of 354.34º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A10211 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.37 |
| HSL | 354.34º | 0.98% | 0.32% | - |
| HSV(B) | 354.34º | 0.99% | 0.63% | - |
| XYZ | 14.82 | 7.66 | 1.23 | - |
| YUV | 51.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 17 | 0 | 0.99 | 0.89 | 0.37 | 354.34 | 0.98 | 0.32 |
| Hex | A1 | 2 | 11 | 0 | 63 | 59 | 25 | 162 | 62 | 20 |
| Octal | 241 | 2 | 21 | 0 | 143 | 131 | 45 | 542 | 142 | 40 |
| Binary | 10100001 | 10 | 10001 | 0 | 1100011 | 1011001 | 100101 | 101100010 | 1100010 | 100000 |
Color Harmonies of #A10211
Complementary color
Monochromatic Colors of #A10211
Black with #A10211
Text Example
Text Example
White with #A10211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10211; }
p { color: rgb(161,2,17); }
H1.HeaderClassName
{
color: #A10211;
}
.AnyTagClassName
{
color: #A10211;
}
</style>
background-color css
<style>
a { background-color: #A10211; }
a { background-color: rgb(161,2,17); }
div.DivClassName
{
background-color: #A10211;
}
.BgClassName
{
background-color: #A10211;
}
</style>
border-color css
<style>
span { border-color: #A10211; }
span { border-color: rgb(161,2,17); }
td.TdClassName
{
border-color: #A10211;
}
.TagClassName
{
border-color: #A10211;
}
</style>