Shades of Carmine #AA0533
Tints of Carmine #AA0533
RGB
CMYK
RGB Variations
Color information
#AA0533 (or 0xAA0533) is known color: Carmine. HEX triplet: AA, 05 and 33. RGB value is (170,5,51). Sum of RGB (Red+Green+Blue) = 170+5+51=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0533 is #55FACC. Grayscale: #3B3B3B. Windows color (decimal): -5634765 or 3343786. OLE color: 3343786.
HSL color Cylindrical-coordinate representation of color #AA0533: hue angle of 343.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0533 is Cyan = 0, Magento = 0.97, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 51 | - |
| CMYK | 0 | 0.97 | 0.7 | 0.33 |
| HSL | 343.27º | 0.94% | 0.34% | - |
| HSV(B) | 343.27º | 0.97% | 0.67% | - |
| XYZ | 17.23 | 8.89 | 3.94 | - |
| YUV | 59.58 | 123.16 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 51 | 0 | 0.97 | 0.7 | 0.33 | 343.27 | 0.94 | 0.34 |
| Hex | AA | 5 | 33 | 0 | 61 | 46 | 21 | 157 | 5E | 22 |
| Octal | 252 | 5 | 63 | 0 | 141 | 106 | 41 | 527 | 136 | 42 |
| Binary | 10101010 | 101 | 110011 | 0 | 1100001 | 1000110 | 100001 | 101010111 | 1011110 | 100010 |
Color Harmonies of #AA0533
Complementary color
Monochromatic Colors of #AA0533
Black with #AA0533
Text Example
Text Example
White with #AA0533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0533; }
p { color: rgb(170,5,51); }
H1.HeaderClassName
{
color: #AA0533;
}
.AnyTagClassName
{
color: #AA0533;
}
</style>
background-color css
<style>
a { background-color: #AA0533; }
a { background-color: rgb(170,5,51); }
div.DivClassName
{
background-color: #AA0533;
}
.BgClassName
{
background-color: #AA0533;
}
</style>
border-color css
<style>
span { border-color: #AA0533; }
span { border-color: rgb(170,5,51); }
td.TdClassName
{
border-color: #AA0533;
}
.TagClassName
{
border-color: #AA0533;
}
</style>