Shades of Carmine #AA0B2C
Tints of Carmine #AA0B2C
RGB
CMYK
RGB Variations
Color information
#AA0B2C (or 0xAA0B2C) is known color: Carmine. HEX triplet: AA, 0B and 2C. RGB value is (170,11,44). Sum of RGB (Red+Green+Blue) = 170+11+44=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0B2C is #55F4D3. Grayscale: #3E3E3E. Windows color (decimal): -5633236 or 2886570. OLE color: 2886570.
HSL color Cylindrical-coordinate representation of color #AA0B2C: hue angle of 347.55º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0B2C is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 11 | 44 | - |
| CMYK | 0 | 0.94 | 0.74 | 0.33 |
| HSL | 347.55º | 0.88% | 0.35% | - |
| HSV(B) | 347.55º | 0.94% | 0.67% | - |
| XYZ | 17.15 | 8.97 | 3.21 | - |
| YUV | 62.3 | 117.68 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 11 | 44 | 0 | 0.94 | 0.74 | 0.33 | 347.55 | 0.88 | 0.35 |
| Hex | AA | B | 2C | 0 | 5E | 4A | 21 | 15C | 58 | 23 |
| Octal | 252 | 13 | 54 | 0 | 136 | 112 | 41 | 534 | 130 | 43 |
| Binary | 10101010 | 1011 | 101100 | 0 | 1011110 | 1001010 | 100001 | 101011100 | 1011000 | 100011 |
Color Harmonies of #AA0B2C
Complementary color
Monochromatic Colors of #AA0B2C
Black with #AA0B2C
Text Example
Text Example
White with #AA0B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0B2C; }
p { color: rgb(170,11,44); }
H1.HeaderClassName
{
color: #AA0B2C;
}
.AnyTagClassName
{
color: #AA0B2C;
}
</style>
background-color css
<style>
a { background-color: #AA0B2C; }
a { background-color: rgb(170,11,44); }
div.DivClassName
{
background-color: #AA0B2C;
}
.BgClassName
{
background-color: #AA0B2C;
}
</style>
border-color css
<style>
span { border-color: #AA0B2C; }
span { border-color: rgb(170,11,44); }
td.TdClassName
{
border-color: #AA0B2C;
}
.TagClassName
{
border-color: #AA0B2C;
}
</style>