Shades of Carmine #A2112C
Tints of Carmine #A2112C
RGB
CMYK
RGB Variations
Color information
#A2112C (or 0xA2112C) is known color: Carmine. HEX triplet: A2, 11 and 2C. RGB value is (162,17,44). Sum of RGB (Red+Green+Blue) = 162+17+44=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A2112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2112C is #5DEED3. Grayscale: #3F3F3F. Windows color (decimal): -6155988 or 2888098. OLE color: 2888098.
HSL color Cylindrical-coordinate representation of color #A2112C: hue angle of 348.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2112C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 44 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.36 |
| HSL | 348.83º | 0.81% | 0.35% | - |
| HSV(B) | 348.83º | 0.9% | 0.64% | - |
| XYZ | 15.56 | 8.26 | 3.16 | - |
| YUV | 63.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 44 | 0 | 0.90 | 0.73 | 0.36 | 348.83 | 0.81 | 0.35 |
| Hex | A2 | 11 | 2C | 0 | 5A | 49 | 24 | 15D | 51 | 23 |
| Octal | 242 | 21 | 54 | 0 | 132 | 111 | 44 | 535 | 121 | 43 |
| Binary | 10100010 | 10001 | 101100 | 0 | 1011010 | 1001001 | 100100 | 101011101 | 1010001 | 100011 |
Color Harmonies of #A2112C
Complementary color
Monochromatic Colors of #A2112C
Black with #A2112C
Text Example
Text Example
White with #A2112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2112C; }
p { color: rgb(162,17,44); }
H1.HeaderClassName
{
color: #A2112C;
}
.AnyTagClassName
{
color: #A2112C;
}
</style>
background-color css
<style>
a { background-color: #A2112C; }
a { background-color: rgb(162,17,44); }
div.DivClassName
{
background-color: #A2112C;
}
.BgClassName
{
background-color: #A2112C;
}
</style>
border-color css
<style>
span { border-color: #A2112C; }
span { border-color: rgb(162,17,44); }
td.TdClassName
{
border-color: #A2112C;
}
.TagClassName
{
border-color: #A2112C;
}
</style>