Shades of Carmine #A2111B
Tints of Carmine #A2111B
RGB
CMYK
RGB Variations
Color information
#A2111B (or 0xA2111B) is known color: Carmine. HEX triplet: A2, 11 and 1B. RGB value is (162,17,27). Sum of RGB (Red+Green+Blue) = 162+17+27=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A2111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2111B is #5DEEE4. Grayscale: #3D3D3D. Windows color (decimal): -6156005 or 1773986. OLE color: 1773986.
HSL color Cylindrical-coordinate representation of color #A2111B: hue angle of 355.86º 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 #A2111B is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 17 | 27 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.36 |
| HSL | 355.86º | 0.81% | 0.35% | - |
| HSV(B) | 355.86º | 0.9% | 0.64% | - |
| XYZ | 15.3 | 8.16 | 1.81 | - |
| YUV | 61.5 | 108.54 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 17 | 27 | 0 | 0.90 | 0.83 | 0.36 | 355.86 | 0.81 | 0.35 |
| Hex | A2 | 11 | 1B | 0 | 5A | 53 | 24 | 164 | 51 | 23 |
| Octal | 242 | 21 | 33 | 0 | 132 | 123 | 44 | 544 | 121 | 43 |
| Binary | 10100010 | 10001 | 11011 | 0 | 1011010 | 1010011 | 100100 | 101100100 | 1010001 | 100011 |
Color Harmonies of #A2111B
Complementary color
Monochromatic Colors of #A2111B
Black with #A2111B
Text Example
Text Example
White with #A2111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2111B; }
p { color: rgb(162,17,27); }
H1.HeaderClassName
{
color: #A2111B;
}
.AnyTagClassName
{
color: #A2111B;
}
</style>
background-color css
<style>
a { background-color: #A2111B; }
a { background-color: rgb(162,17,27); }
div.DivClassName
{
background-color: #A2111B;
}
.BgClassName
{
background-color: #A2111B;
}
</style>
border-color css
<style>
span { border-color: #A2111B; }
span { border-color: rgb(162,17,27); }
td.TdClassName
{
border-color: #A2111B;
}
.TagClassName
{
border-color: #A2111B;
}
</style>