Shades of Carmine #A2121B
Tints of Carmine #A2121B
RGB
CMYK
RGB Variations
Color information
#A2121B (or 0xA2121B) is known color: Carmine. HEX triplet: A2, 12 and 1B. RGB value is (162,18,27). Sum of RGB (Red+Green+Blue) = 162+18+27=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A2121B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2121B is #5DEDE4. Grayscale: #3E3E3E. Windows color (decimal): -6155749 or 1774242. OLE color: 1774242.
HSL color Cylindrical-coordinate representation of color #A2121B: hue angle of 356.25º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2121B is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 27 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.36 |
| HSL | 356.25º | 0.8% | 0.35% | - |
| HSV(B) | 356.25º | 0.89% | 0.64% | - |
| XYZ | 15.31 | 8.19 | 1.81 | - |
| YUV | 62.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 27 | 0 | 0.89 | 0.83 | 0.36 | 356.25 | 0.8 | 0.35 |
| Hex | A2 | 12 | 1B | 0 | 59 | 53 | 24 | 164 | 50 | 23 |
| Octal | 242 | 22 | 33 | 0 | 131 | 123 | 44 | 544 | 120 | 43 |
| Binary | 10100010 | 10010 | 11011 | 0 | 1011001 | 1010011 | 100100 | 101100100 | 1010000 | 100011 |
Color Harmonies of #A2121B
Complementary color
Monochromatic Colors of #A2121B
Black with #A2121B
Text Example
Text Example
White with #A2121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2121B; }
p { color: rgb(162,18,27); }
H1.HeaderClassName
{
color: #A2121B;
}
.AnyTagClassName
{
color: #A2121B;
}
</style>
background-color css
<style>
a { background-color: #A2121B; }
a { background-color: rgb(162,18,27); }
div.DivClassName
{
background-color: #A2121B;
}
.BgClassName
{
background-color: #A2121B;
}
</style>
border-color css
<style>
span { border-color: #A2121B; }
span { border-color: rgb(162,18,27); }
td.TdClassName
{
border-color: #A2121B;
}
.TagClassName
{
border-color: #A2121B;
}
</style>