Shades of Carmine #AA0429
Tints of Carmine #AA0429
RGB
CMYK
RGB Variations
Color information
#AA0429 (or 0xAA0429) is known color: Carmine. HEX triplet: AA, 04 and 29. RGB value is (170,4,41). Sum of RGB (Red+Green+Blue) = 170+4+41=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0429 is #55FBD6. Grayscale: #393939. Windows color (decimal): -5635031 or 2688170. OLE color: 2688170.
HSL color Cylindrical-coordinate representation of color #AA0429: hue angle of 346.63º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0429 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 41 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.33 |
| HSL | 346.63º | 0.95% | 0.34% | - |
| HSV(B) | 346.63º | 0.98% | 0.67% | - |
| XYZ | 17.02 | 8.79 | 2.9 | - |
| YUV | 57.85 | 118.5 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 41 | 0 | 0.98 | 0.76 | 0.33 | 346.63 | 0.95 | 0.34 |
| Hex | AA | 4 | 29 | 0 | 62 | 4C | 21 | 15B | 5F | 22 |
| Octal | 252 | 4 | 51 | 0 | 142 | 114 | 41 | 533 | 137 | 42 |
| Binary | 10101010 | 100 | 101001 | 0 | 1100010 | 1001100 | 100001 | 101011011 | 1011111 | 100010 |
Color Harmonies of #AA0429
Complementary color
Monochromatic Colors of #AA0429
Black with #AA0429
Text Example
Text Example
White with #AA0429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0429; }
p { color: rgb(170,4,41); }
H1.HeaderClassName
{
color: #AA0429;
}
.AnyTagClassName
{
color: #AA0429;
}
</style>
background-color css
<style>
a { background-color: #AA0429; }
a { background-color: rgb(170,4,41); }
div.DivClassName
{
background-color: #AA0429;
}
.BgClassName
{
background-color: #AA0429;
}
</style>
border-color css
<style>
span { border-color: #AA0429; }
span { border-color: rgb(170,4,41); }
td.TdClassName
{
border-color: #AA0429;
}
.TagClassName
{
border-color: #AA0429;
}
</style>