Shades of Carmine #A1161D
Tints of Carmine #A1161D
RGB
CMYK
RGB Variations
Color information
#A1161D (or 0xA1161D) is known color: Carmine. HEX triplet: A1, 16 and 1D. RGB value is (161,22,29). Sum of RGB (Red+Green+Blue) = 161+22+29=212 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.94% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 161 - color contains mainly: red. Hex color #A1161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1161D is #5EE9E2. Grayscale: #404040. Windows color (decimal): -6220259 or 1906337. OLE color: 1906337.
HSL color Cylindrical-coordinate representation of color #A1161D: hue angle of 356.98º 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 #A1161D is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 22 | 29 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.37 |
| HSL | 356.98º | 0.76% | 0.36% | - |
| HSV(B) | 356.98º | 0.86% | 0.63% | - |
| XYZ | 15.21 | 8.24 | 1.95 | - |
| YUV | 64.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 29 | 0 | 0.86 | 0.82 | 0.37 | 356.98 | 0.76 | 0.36 |
| Hex | A1 | 16 | 1D | 0 | 56 | 52 | 25 | 165 | 4C | 24 |
| Octal | 241 | 26 | 35 | 0 | 126 | 122 | 45 | 545 | 114 | 44 |
| Binary | 10100001 | 10110 | 11101 | 0 | 1010110 | 1010010 | 100101 | 101100101 | 1001100 | 100100 |
Color Harmonies of #A1161D
Complementary color
Monochromatic Colors of #A1161D
Black with #A1161D
Text Example
Text Example
White with #A1161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1161D; }
p { color: rgb(161,22,29); }
H1.HeaderClassName
{
color: #A1161D;
}
.AnyTagClassName
{
color: #A1161D;
}
</style>
background-color css
<style>
a { background-color: #A1161D; }
a { background-color: rgb(161,22,29); }
div.DivClassName
{
background-color: #A1161D;
}
.BgClassName
{
background-color: #A1161D;
}
</style>
border-color css
<style>
span { border-color: #A1161D; }
span { border-color: rgb(161,22,29); }
td.TdClassName
{
border-color: #A1161D;
}
.TagClassName
{
border-color: #A1161D;
}
</style>