Shades of Carmine #A11229
Tints of Carmine #A11229
RGB
CMYK
RGB Variations
Color information
#A11229 (or 0xA11229) is known color: Carmine. HEX triplet: A1, 12 and 29. RGB value is (161,18,41). Sum of RGB (Red+Green+Blue) = 161+18+41=220 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.18% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 161 - color contains mainly: red. Hex color #A11229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11229 is #5EEDD6. Grayscale: #3F3F3F. Windows color (decimal): -6221271 or 2691745. OLE color: 2691745.
HSL color Cylindrical-coordinate representation of color #A11229: hue angle of 350.35º degrees, saturation: 0.8, 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 #A11229 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 41 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.37 |
| HSL | 350.35º | 0.8% | 0.35% | - |
| HSV(B) | 350.35º | 0.89% | 0.63% | - |
| XYZ | 15.31 | 8.17 | 2.87 | - |
| YUV | 63.38 | 115.38 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 41 | 0 | 0.89 | 0.75 | 0.37 | 350.35 | 0.8 | 0.35 |
| Hex | A1 | 12 | 29 | 0 | 59 | 4B | 25 | 15E | 50 | 23 |
| Octal | 241 | 22 | 51 | 0 | 131 | 113 | 45 | 536 | 120 | 43 |
| Binary | 10100001 | 10010 | 101001 | 0 | 1011001 | 1001011 | 100101 | 101011110 | 1010000 | 100011 |
Color Harmonies of #A11229
Complementary color
Monochromatic Colors of #A11229
Black with #A11229
Text Example
Text Example
White with #A11229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11229; }
p { color: rgb(161,18,41); }
H1.HeaderClassName
{
color: #A11229;
}
.AnyTagClassName
{
color: #A11229;
}
</style>
background-color css
<style>
a { background-color: #A11229; }
a { background-color: rgb(161,18,41); }
div.DivClassName
{
background-color: #A11229;
}
.BgClassName
{
background-color: #A11229;
}
</style>
border-color css
<style>
span { border-color: #A11229; }
span { border-color: rgb(161,18,41); }
td.TdClassName
{
border-color: #A11229;
}
.TagClassName
{
border-color: #A11229;
}
</style>