Shades of Carmine #AA0229
Tints of Carmine #AA0229
RGB
CMYK
RGB Variations
Color information
#AA0229 (or 0xAA0229) is known color: Carmine. HEX triplet: AA, 02 and 29. RGB value is (170,2,41). Sum of RGB (Red+Green+Blue) = 170+2+41=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0229 is #55FDD6. Grayscale: #383838. Windows color (decimal): -5635543 or 2687658. OLE color: 2687658.
HSL color Cylindrical-coordinate representation of color #AA0229: hue angle of 346.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0229 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.33 |
| HSL | 346.07º | 0.98% | 0.34% | - |
| HSV(B) | 346.07º | 0.99% | 0.67% | - |
| XYZ | 17 | 8.75 | 2.89 | - |
| YUV | 56.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 41 | 0 | 0.99 | 0.76 | 0.33 | 346.07 | 0.98 | 0.34 |
| Hex | AA | 2 | 29 | 0 | 63 | 4C | 21 | 15A | 62 | 22 |
| Octal | 252 | 2 | 51 | 0 | 143 | 114 | 41 | 532 | 142 | 42 |
| Binary | 10101010 | 10 | 101001 | 0 | 1100011 | 1001100 | 100001 | 101011010 | 1100010 | 100010 |
Color Harmonies of #AA0229
Complementary color
Monochromatic Colors of #AA0229
Black with #AA0229
Text Example
Text Example
White with #AA0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0229; }
p { color: rgb(170,2,41); }
H1.HeaderClassName
{
color: #AA0229;
}
.AnyTagClassName
{
color: #AA0229;
}
</style>
background-color css
<style>
a { background-color: #AA0229; }
a { background-color: rgb(170,2,41); }
div.DivClassName
{
background-color: #AA0229;
}
.BgClassName
{
background-color: #AA0229;
}
</style>
border-color css
<style>
span { border-color: #AA0229; }
span { border-color: rgb(170,2,41); }
td.TdClassName
{
border-color: #AA0229;
}
.TagClassName
{
border-color: #AA0229;
}
</style>