Shades of Carmine #A2121D
Tints of Carmine #A2121D
RGB
CMYK
RGB Variations
Color information
#A2121D (or 0xA2121D) is known color: Carmine. HEX triplet: A2, 12 and 1D. RGB value is (162,18,29). Sum of RGB (Red+Green+Blue) = 162+18+29=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2121D is #5DEDE2. Grayscale: #3E3E3E. Windows color (decimal): -6155747 or 1905314. OLE color: 1905314.
HSL color Cylindrical-coordinate representation of color #A2121D: hue angle of 355.42º 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 #A2121D is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 18 | 29 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.36 |
| HSL | 355.42º | 0.8% | 0.35% | - |
| HSV(B) | 355.42º | 0.89% | 0.64% | - |
| XYZ | 15.34 | 8.2 | 1.94 | - |
| YUV | 62.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 18 | 29 | 0 | 0.89 | 0.82 | 0.36 | 355.42 | 0.8 | 0.35 |
| Hex | A2 | 12 | 1D | 0 | 59 | 52 | 24 | 163 | 50 | 23 |
| Octal | 242 | 22 | 35 | 0 | 131 | 122 | 44 | 543 | 120 | 43 |
| Binary | 10100010 | 10010 | 11101 | 0 | 1011001 | 1010010 | 100100 | 101100011 | 1010000 | 100011 |
Color Harmonies of #A2121D
Complementary color
Monochromatic Colors of #A2121D
Black with #A2121D
Text Example
Text Example
White with #A2121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2121D; }
p { color: rgb(162,18,29); }
H1.HeaderClassName
{
color: #A2121D;
}
.AnyTagClassName
{
color: #A2121D;
}
</style>
background-color css
<style>
a { background-color: #A2121D; }
a { background-color: rgb(162,18,29); }
div.DivClassName
{
background-color: #A2121D;
}
.BgClassName
{
background-color: #A2121D;
}
</style>
border-color css
<style>
span { border-color: #A2121D; }
span { border-color: rgb(162,18,29); }
td.TdClassName
{
border-color: #A2121D;
}
.TagClassName
{
border-color: #A2121D;
}
</style>