Shades of Carmine #AA022F
Tints of Carmine #AA022F
RGB
CMYK
RGB Variations
Color information
#AA022F (or 0xAA022F) is known color: Carmine. HEX triplet: AA, 02 and 2F. RGB value is (170,2,47). Sum of RGB (Red+Green+Blue) = 170+2+47=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA022F is #55FDD0. Grayscale: #393939. Windows color (decimal): -5635537 or 3080874. OLE color: 3080874.
HSL color Cylindrical-coordinate representation of color #AA022F: hue angle of 343.93º 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 #AA022F is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.33 |
| HSL | 343.93º | 0.98% | 0.34% | - |
| HSV(B) | 343.93º | 0.99% | 0.67% | - |
| XYZ | 17.11 | 8.79 | 3.48 | - |
| YUV | 57.36 | 122.16 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 47 | 0 | 0.99 | 0.72 | 0.33 | 343.93 | 0.98 | 0.34 |
| Hex | AA | 2 | 2F | 0 | 63 | 48 | 21 | 158 | 62 | 22 |
| Octal | 252 | 2 | 57 | 0 | 143 | 110 | 41 | 530 | 142 | 42 |
| Binary | 10101010 | 10 | 101111 | 0 | 1100011 | 1001000 | 100001 | 101011000 | 1100010 | 100010 |
Color Harmonies of #AA022F
Complementary color
Monochromatic Colors of #AA022F
Black with #AA022F
Text Example
Text Example
White with #AA022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA022F; }
p { color: rgb(170,2,47); }
H1.HeaderClassName
{
color: #AA022F;
}
.AnyTagClassName
{
color: #AA022F;
}
</style>
background-color css
<style>
a { background-color: #AA022F; }
a { background-color: rgb(170,2,47); }
div.DivClassName
{
background-color: #AA022F;
}
.BgClassName
{
background-color: #AA022F;
}
</style>
border-color css
<style>
span { border-color: #AA022F; }
span { border-color: rgb(170,2,47); }
td.TdClassName
{
border-color: #AA022F;
}
.TagClassName
{
border-color: #AA022F;
}
</style>