Shades of Carmine #A2121A
Tints of Carmine #A2121A
RGB
CMYK
RGB Variations
Color information
#A2121A (or 0xA2121A) is known color: Carmine. HEX triplet: A2, 12 and 1A. RGB value is (162,18,26). Sum of RGB (Red+Green+Blue) = 162+18+26=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A2121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2121A is #5DEDE5. Grayscale: #3E3E3E. Windows color (decimal): -6155750 or 1708706. OLE color: 1708706.
HSL color Cylindrical-coordinate representation of color #A2121A: hue angle of 356.67º 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 #A2121A is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 26 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.36 |
| HSL | 356.67º | 0.8% | 0.35% | - |
| HSV(B) | 356.67º | 0.89% | 0.64% | - |
| XYZ | 15.3 | 8.19 | 1.75 | - |
| YUV | 61.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 26 | 0 | 0.89 | 0.84 | 0.36 | 356.67 | 0.8 | 0.35 |
| Hex | A2 | 12 | 1A | 0 | 59 | 54 | 24 | 165 | 50 | 23 |
| Octal | 242 | 22 | 32 | 0 | 131 | 124 | 44 | 545 | 120 | 43 |
| Binary | 10100010 | 10010 | 11010 | 0 | 1011001 | 1010100 | 100100 | 101100101 | 1010000 | 100011 |
Color Harmonies of #A2121A
Complementary color
Monochromatic Colors of #A2121A
Black with #A2121A
Text Example
Text Example
White with #A2121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2121A; }
p { color: rgb(162,18,26); }
H1.HeaderClassName
{
color: #A2121A;
}
.AnyTagClassName
{
color: #A2121A;
}
</style>
background-color css
<style>
a { background-color: #A2121A; }
a { background-color: rgb(162,18,26); }
div.DivClassName
{
background-color: #A2121A;
}
.BgClassName
{
background-color: #A2121A;
}
</style>
border-color css
<style>
span { border-color: #A2121A; }
span { border-color: rgb(162,18,26); }
td.TdClassName
{
border-color: #A2121A;
}
.TagClassName
{
border-color: #A2121A;
}
</style>