Shades of Carmine #A2191B
Tints of Carmine #A2191B
RGB
CMYK
RGB Variations
Color information
#A2191B (or 0xA2191B) is known color: Carmine. HEX triplet: A2, 19 and 1B. RGB value is (162,25,27). Sum of RGB (Red+Green+Blue) = 162+25+27=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A2191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2191B is #5DE6E4. Grayscale: #424242. Windows color (decimal): -6153957 or 1776034. OLE color: 1776034.
HSL color Cylindrical-coordinate representation of color #A2191B: hue angle of 359.12º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2191B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 27 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.36 |
| HSL | 359.12º | 0.73% | 0.37% | - |
| HSV(B) | 359.12º | 0.85% | 0.64% | - |
| XYZ | 15.45 | 8.46 | 1.85 | - |
| YUV | 66.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 27 | 0 | 0.85 | 0.83 | 0.36 | 359.12 | 0.73 | 0.37 |
| Hex | A2 | 19 | 1B | 0 | 55 | 53 | 24 | 167 | 49 | 25 |
| Octal | 242 | 31 | 33 | 0 | 125 | 123 | 44 | 547 | 111 | 45 |
| Binary | 10100010 | 11001 | 11011 | 0 | 1010101 | 1010011 | 100100 | 101100111 | 1001001 | 100101 |
Color Harmonies of #A2191B
Complementary color
Monochromatic Colors of #A2191B
Black with #A2191B
Text Example
Text Example
White with #A2191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2191B; }
p { color: rgb(162,25,27); }
H1.HeaderClassName
{
color: #A2191B;
}
.AnyTagClassName
{
color: #A2191B;
}
</style>
background-color css
<style>
a { background-color: #A2191B; }
a { background-color: rgb(162,25,27); }
div.DivClassName
{
background-color: #A2191B;
}
.BgClassName
{
background-color: #A2191B;
}
</style>
border-color css
<style>
span { border-color: #A2191B; }
span { border-color: rgb(162,25,27); }
td.TdClassName
{
border-color: #A2191B;
}
.TagClassName
{
border-color: #A2191B;
}
</style>