Shades of Carmine #A11129
Tints of Carmine #A11129
RGB
CMYK
RGB Variations
Color information
#A11129 (or 0xA11129) is known color: Carmine. HEX triplet: A1, 11 and 29. RGB value is (161,17,41). Sum of RGB (Red+Green+Blue) = 161+17+41=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A11129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11129 is #5EEED6. Grayscale: #3E3E3E. Windows color (decimal): -6221527 or 2691489. OLE color: 2691489.
HSL color Cylindrical-coordinate representation of color #A11129: hue angle of 350º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11129 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 41 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.37 |
| HSL | 350º | 0.81% | 0.35% | - |
| HSV(B) | 350º | 0.89% | 0.63% | - |
| XYZ | 15.3 | 8.14 | 2.86 | - |
| YUV | 62.79 | 115.71 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 41 | 0 | 0.89 | 0.75 | 0.37 | 350 | 0.81 | 0.35 |
| Hex | A1 | 11 | 29 | 0 | 59 | 4B | 25 | 15E | 51 | 23 |
| Octal | 241 | 21 | 51 | 0 | 131 | 113 | 45 | 536 | 121 | 43 |
| Binary | 10100001 | 10001 | 101001 | 0 | 1011001 | 1001011 | 100101 | 101011110 | 1010001 | 100011 |
Color Harmonies of #A11129
Complementary color
Monochromatic Colors of #A11129
Black with #A11129
Text Example
Text Example
White with #A11129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11129; }
p { color: rgb(161,17,41); }
H1.HeaderClassName
{
color: #A11129;
}
.AnyTagClassName
{
color: #A11129;
}
</style>
background-color css
<style>
a { background-color: #A11129; }
a { background-color: rgb(161,17,41); }
div.DivClassName
{
background-color: #A11129;
}
.BgClassName
{
background-color: #A11129;
}
</style>
border-color css
<style>
span { border-color: #A11129; }
span { border-color: rgb(161,17,41); }
td.TdClassName
{
border-color: #A11129;
}
.TagClassName
{
border-color: #A11129;
}
</style>