Shades of Carmine #A11032
Tints of Carmine #A11032
RGB
CMYK
RGB Variations
Color information
#A11032 (or 0xA11032) is known color: Carmine. HEX triplet: A1, 10 and 32. RGB value is (161,16,50). Sum of RGB (Red+Green+Blue) = 161+16+50=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A11032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A11032 is #5EEFCD. Grayscale: #3F3F3F. Windows color (decimal): -6221774 or 3281057. OLE color: 3281057.
HSL color Cylindrical-coordinate representation of color #A11032: hue angle of 345.93º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A11032 is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 50 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.37 |
| HSL | 345.93º | 0.82% | 0.35% | - |
| HSV(B) | 345.93º | 0.9% | 0.63% | - |
| XYZ | 15.46 | 8.18 | 3.78 | - |
| YUV | 63.23 | 120.54 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 50 | 0 | 0.90 | 0.69 | 0.37 | 345.93 | 0.82 | 0.35 |
| Hex | A1 | 10 | 32 | 0 | 5A | 45 | 25 | 15A | 52 | 23 |
| Octal | 241 | 20 | 62 | 0 | 132 | 105 | 45 | 532 | 122 | 43 |
| Binary | 10100001 | 10000 | 110010 | 0 | 1011010 | 1000101 | 100101 | 101011010 | 1010010 | 100011 |
Color Harmonies of #A11032
Complementary color
Monochromatic Colors of #A11032
Black with #A11032
Text Example
Text Example
White with #A11032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11032; }
p { color: rgb(161,16,50); }
H1.HeaderClassName
{
color: #A11032;
}
.AnyTagClassName
{
color: #A11032;
}
</style>
background-color css
<style>
a { background-color: #A11032; }
a { background-color: rgb(161,16,50); }
div.DivClassName
{
background-color: #A11032;
}
.BgClassName
{
background-color: #A11032;
}
</style>
border-color css
<style>
span { border-color: #A11032; }
span { border-color: rgb(161,16,50); }
td.TdClassName
{
border-color: #A11032;
}
.TagClassName
{
border-color: #A11032;
}
</style>