Shades of Carmine #A2031B
Tints of Carmine #A2031B
RGB
CMYK
RGB Variations
Color information
#A2031B (or 0xA2031B) is known color: Carmine. HEX triplet: A2, 03 and 1B. RGB value is (162,3,27). Sum of RGB (Red+Green+Blue) = 162+3+27=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A2031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2031B is #5DFCE4. Grayscale: #353535. Windows color (decimal): -6159589 or 1770402. OLE color: 1770402.
HSL color Cylindrical-coordinate representation of color #A2031B: hue angle of 350.94º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2031B is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 3 | 27 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.36 |
| HSL | 350.94º | 0.96% | 0.32% | - |
| HSV(B) | 350.94º | 0.98% | 0.64% | - |
| XYZ | 15.13 | 7.83 | 1.75 | - |
| YUV | 53.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 3 | 27 | 0 | 0.98 | 0.83 | 0.36 | 350.94 | 0.96 | 0.32 |
| Hex | A2 | 3 | 1B | 0 | 62 | 53 | 24 | 15F | 60 | 20 |
| Octal | 242 | 3 | 33 | 0 | 142 | 123 | 44 | 537 | 140 | 40 |
| Binary | 10100010 | 11 | 11011 | 0 | 1100010 | 1010011 | 100100 | 101011111 | 1100000 | 100000 |
Color Harmonies of #A2031B
Complementary color
Monochromatic Colors of #A2031B
Black with #A2031B
Text Example
Text Example
White with #A2031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2031B; }
p { color: rgb(162,3,27); }
H1.HeaderClassName
{
color: #A2031B;
}
.AnyTagClassName
{
color: #A2031B;
}
</style>
background-color css
<style>
a { background-color: #A2031B; }
a { background-color: rgb(162,3,27); }
div.DivClassName
{
background-color: #A2031B;
}
.BgClassName
{
background-color: #A2031B;
}
</style>
border-color css
<style>
span { border-color: #A2031B; }
span { border-color: rgb(162,3,27); }
td.TdClassName
{
border-color: #A2031B;
}
.TagClassName
{
border-color: #A2031B;
}
</style>