Shades of Carmine #A1161B
Tints of Carmine #A1161B
RGB
CMYK
RGB Variations
Color information
#A1161B (or 0xA1161B) is known color: Carmine. HEX triplet: A1, 16 and 1B. RGB value is (161,22,27). Sum of RGB (Red+Green+Blue) = 161+22+27=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A1161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1161B is #5EE9E4. Grayscale: #404040. Windows color (decimal): -6220261 or 1775265. OLE color: 1775265.
HSL color Cylindrical-coordinate representation of color #A1161B: hue angle of 357.84º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A1161B is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 27 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.37 |
| HSL | 357.84º | 0.76% | 0.36% | - |
| HSV(B) | 357.84º | 0.86% | 0.63% | - |
| XYZ | 15.18 | 8.23 | 1.83 | - |
| YUV | 64.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 27 | 0 | 0.86 | 0.83 | 0.37 | 357.84 | 0.76 | 0.36 |
| Hex | A1 | 16 | 1B | 0 | 56 | 53 | 25 | 166 | 4C | 24 |
| Octal | 241 | 26 | 33 | 0 | 126 | 123 | 45 | 546 | 114 | 44 |
| Binary | 10100001 | 10110 | 11011 | 0 | 1010110 | 1010011 | 100101 | 101100110 | 1001100 | 100100 |
Color Harmonies of #A1161B
Complementary color
Monochromatic Colors of #A1161B
Black with #A1161B
Text Example
Text Example
White with #A1161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1161B; }
p { color: rgb(161,22,27); }
H1.HeaderClassName
{
color: #A1161B;
}
.AnyTagClassName
{
color: #A1161B;
}
</style>
background-color css
<style>
a { background-color: #A1161B; }
a { background-color: rgb(161,22,27); }
div.DivClassName
{
background-color: #A1161B;
}
.BgClassName
{
background-color: #A1161B;
}
</style>
border-color css
<style>
span { border-color: #A1161B; }
span { border-color: rgb(161,22,27); }
td.TdClassName
{
border-color: #A1161B;
}
.TagClassName
{
border-color: #A1161B;
}
</style>