Shades of Carmine #A2112D
Tints of Carmine #A2112D
RGB
CMYK
RGB Variations
Color information
#A2112D (or 0xA2112D) is known color: Carmine. HEX triplet: A2, 11 and 2D. RGB value is (162,17,45). Sum of RGB (Red+Green+Blue) = 162+17+45=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A2112D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2112D is #5DEED2. Grayscale: #3F3F3F. Windows color (decimal): -6155987 or 2953634. OLE color: 2953634.
HSL color Cylindrical-coordinate representation of color #A2112D: hue angle of 348.41º 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 #A2112D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 45 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.36 |
| HSL | 348.41º | 0.81% | 0.35% | - |
| HSV(B) | 348.41º | 0.9% | 0.64% | - |
| XYZ | 15.57 | 8.27 | 3.26 | - |
| YUV | 63.55 | 117.54 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 45 | 0 | 0.90 | 0.72 | 0.36 | 348.41 | 0.81 | 0.35 |
| Hex | A2 | 11 | 2D | 0 | 5A | 48 | 24 | 15C | 51 | 23 |
| Octal | 242 | 21 | 55 | 0 | 132 | 110 | 44 | 534 | 121 | 43 |
| Binary | 10100010 | 10001 | 101101 | 0 | 1011010 | 1001000 | 100100 | 101011100 | 1010001 | 100011 |
Color Harmonies of #A2112D
Complementary color
Monochromatic Colors of #A2112D
Black with #A2112D
Text Example
Text Example
White with #A2112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2112D; }
p { color: rgb(162,17,45); }
H1.HeaderClassName
{
color: #A2112D;
}
.AnyTagClassName
{
color: #A2112D;
}
</style>
background-color css
<style>
a { background-color: #A2112D; }
a { background-color: rgb(162,17,45); }
div.DivClassName
{
background-color: #A2112D;
}
.BgClassName
{
background-color: #A2112D;
}
</style>
border-color css
<style>
span { border-color: #A2112D; }
span { border-color: rgb(162,17,45); }
td.TdClassName
{
border-color: #A2112D;
}
.TagClassName
{
border-color: #A2112D;
}
</style>