Shades of Carmine #AA0021
Tints of Carmine #AA0021
RGB
CMYK
RGB Variations
Color information
#AA0021 (or 0xAA0021) is known color: Carmine. HEX triplet: AA, 00 and 21. RGB value is (170,0,33). Sum of RGB (Red+Green+Blue) = 170+0+33=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0021 is #55FFDE. Grayscale: #363636. Windows color (decimal): -5636063 or 2162858. OLE color: 2162858.
HSL color Cylindrical-coordinate representation of color #AA0021: hue angle of 348.35º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0021 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.81 | 0.33 |
| HSL | 348.35º | 1% | 0.33% | - |
| HSV(B) | 348.35º | 1% | 0.67% | - |
| XYZ | 16.85 | 8.66 | 2.22 | - |
| YUV | 54.59 | 115.82 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 33 | 0 | 1 | 0.81 | 0.33 | 348.35 | 1 | 0.33 |
| Hex | AA | 0 | 21 | 0 | 64 | 51 | 21 | 15C | 64 | 21 |
| Octal | 252 | 0 | 41 | 0 | 144 | 121 | 41 | 534 | 144 | 41 |
| Binary | 10101010 | 0 | 100001 | 0 | 1100100 | 1010001 | 100001 | 101011100 | 1100100 | 100001 |
Color Harmonies of #AA0021
Complementary color
Monochromatic Colors of #AA0021
Black with #AA0021
Text Example
Text Example
White with #AA0021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0021; }
p { color: rgb(170,0,33); }
H1.HeaderClassName
{
color: #AA0021;
}
.AnyTagClassName
{
color: #AA0021;
}
</style>
background-color css
<style>
a { background-color: #AA0021; }
a { background-color: rgb(170,0,33); }
div.DivClassName
{
background-color: #AA0021;
}
.BgClassName
{
background-color: #AA0021;
}
</style>
border-color css
<style>
span { border-color: #AA0021; }
span { border-color: rgb(170,0,33); }
td.TdClassName
{
border-color: #AA0021;
}
.TagClassName
{
border-color: #AA0021;
}
</style>