Shades of Carmine #A2161E
Tints of Carmine #A2161E
RGB
CMYK
RGB Variations
Color information
#A2161E (or 0xA2161E) is known color: Carmine. HEX triplet: A2, 16 and 1E. RGB value is (162,22,30). Sum of RGB (Red+Green+Blue) = 162+22+30=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A2161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2161E is #5DE9E1. Grayscale: #404040. Windows color (decimal): -6154722 or 1971874. OLE color: 1971874.
HSL color Cylindrical-coordinate representation of color #A2161E: hue angle of 356.57º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2161E is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 30 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.36 |
| HSL | 356.57º | 0.76% | 0.36% | - |
| HSV(B) | 356.57º | 0.86% | 0.64% | - |
| XYZ | 15.42 | 8.35 | 2.03 | - |
| YUV | 64.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 30 | 0 | 0.86 | 0.81 | 0.36 | 356.57 | 0.76 | 0.36 |
| Hex | A2 | 16 | 1E | 0 | 56 | 51 | 24 | 165 | 4C | 24 |
| Octal | 242 | 26 | 36 | 0 | 126 | 121 | 44 | 545 | 114 | 44 |
| Binary | 10100010 | 10110 | 11110 | 0 | 1010110 | 1010001 | 100100 | 101100101 | 1001100 | 100100 |
Color Harmonies of #A2161E
Complementary color
Monochromatic Colors of #A2161E
Black with #A2161E
Text Example
Text Example
White with #A2161E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2161E; }
p { color: rgb(162,22,30); }
H1.HeaderClassName
{
color: #A2161E;
}
.AnyTagClassName
{
color: #A2161E;
}
</style>
background-color css
<style>
a { background-color: #A2161E; }
a { background-color: rgb(162,22,30); }
div.DivClassName
{
background-color: #A2161E;
}
.BgClassName
{
background-color: #A2161E;
}
</style>
border-color css
<style>
span { border-color: #A2161E; }
span { border-color: rgb(162,22,30); }
td.TdClassName
{
border-color: #A2161E;
}
.TagClassName
{
border-color: #A2161E;
}
</style>