Shades of Carmine #A2111E
Tints of Carmine #A2111E
RGB
CMYK
RGB Variations
Color information
#A2111E (or 0xA2111E) is known color: Carmine. HEX triplet: A2, 11 and 1E. RGB value is (162,17,30). Sum of RGB (Red+Green+Blue) = 162+17+30=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2111E is #5DEEE1. Grayscale: #3D3D3D. Windows color (decimal): -6156002 or 1970594. OLE color: 1970594.
HSL color Cylindrical-coordinate representation of color #A2111E: hue angle of 354.62º 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 #A2111E is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 30 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.36 |
| HSL | 354.62º | 0.81% | 0.35% | - |
| HSV(B) | 354.62º | 0.9% | 0.64% | - |
| XYZ | 15.34 | 8.18 | 2 | - |
| YUV | 61.84 | 110.04 | 199.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 30 | 0 | 0.90 | 0.81 | 0.36 | 354.62 | 0.81 | 0.35 |
| Hex | A2 | 11 | 1E | 0 | 5A | 51 | 24 | 163 | 51 | 23 |
| Octal | 242 | 21 | 36 | 0 | 132 | 121 | 44 | 543 | 121 | 43 |
| Binary | 10100010 | 10001 | 11110 | 0 | 1011010 | 1010001 | 100100 | 101100011 | 1010001 | 100011 |
Color Harmonies of #A2111E
Complementary color
Monochromatic Colors of #A2111E
Black with #A2111E
Text Example
Text Example
White with #A2111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2111E; }
p { color: rgb(162,17,30); }
H1.HeaderClassName
{
color: #A2111E;
}
.AnyTagClassName
{
color: #A2111E;
}
</style>
background-color css
<style>
a { background-color: #A2111E; }
a { background-color: rgb(162,17,30); }
div.DivClassName
{
background-color: #A2111E;
}
.BgClassName
{
background-color: #A2111E;
}
</style>
border-color css
<style>
span { border-color: #A2111E; }
span { border-color: rgb(162,17,30); }
td.TdClassName
{
border-color: #A2111E;
}
.TagClassName
{
border-color: #A2111E;
}
</style>