Shades of Carmine #A2161B
Tints of Carmine #A2161B
RGB
CMYK
RGB Variations
Color information
#A2161B (or 0xA2161B) is known color: Carmine. HEX triplet: A2, 16 and 1B. RGB value is (162,22,27). Sum of RGB (Red+Green+Blue) = 162+22+27=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A2161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2161B is #5DE9E4. Grayscale: #404040. Windows color (decimal): -6154725 or 1775266. OLE color: 1775266.
HSL color Cylindrical-coordinate representation of color #A2161B: hue angle of 357.86º 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 #A2161B is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 22 | 27 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.36 |
| HSL | 357.86º | 0.76% | 0.36% | - |
| HSV(B) | 357.86º | 0.86% | 0.64% | - |
| XYZ | 15.39 | 8.33 | 1.83 | - |
| YUV | 64.43 | 106.88 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 22 | 27 | 0 | 0.86 | 0.83 | 0.36 | 357.86 | 0.76 | 0.36 |
| Hex | A2 | 16 | 1B | 0 | 56 | 53 | 24 | 166 | 4C | 24 |
| Octal | 242 | 26 | 33 | 0 | 126 | 123 | 44 | 546 | 114 | 44 |
| Binary | 10100010 | 10110 | 11011 | 0 | 1010110 | 1010011 | 100100 | 101100110 | 1001100 | 100100 |
Color Harmonies of #A2161B
Complementary color
Monochromatic Colors of #A2161B
Black with #A2161B
Text Example
Text Example
White with #A2161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2161B; }
p { color: rgb(162,22,27); }
H1.HeaderClassName
{
color: #A2161B;
}
.AnyTagClassName
{
color: #A2161B;
}
</style>
background-color css
<style>
a { background-color: #A2161B; }
a { background-color: rgb(162,22,27); }
div.DivClassName
{
background-color: #A2161B;
}
.BgClassName
{
background-color: #A2161B;
}
</style>
border-color css
<style>
span { border-color: #A2161B; }
span { border-color: rgb(162,22,27); }
td.TdClassName
{
border-color: #A2161B;
}
.TagClassName
{
border-color: #A2161B;
}
</style>