Shades of Carmine #AA0031
Tints of Carmine #AA0031
RGB
CMYK
RGB Variations
Color information
#AA0031 (or 0xAA0031) is known color: Carmine. HEX triplet: AA, 00 and 31. RGB value is (170,0,49). Sum of RGB (Red+Green+Blue) = 170+0+49=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0031 is #55FFCE. Grayscale: #383838. Windows color (decimal): -5636047 or 3211434. OLE color: 3211434.
HSL color Cylindrical-coordinate representation of color #AA0031: hue angle of 342.71º 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 #AA0031 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.71 | 0.33 |
| HSL | 342.71º | 1% | 0.33% | - |
| HSV(B) | 342.71º | 1% | 0.67% | - |
| XYZ | 17.13 | 8.77 | 3.7 | - |
| YUV | 56.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 49 | 0 | 1 | 0.71 | 0.33 | 342.71 | 1 | 0.33 |
| Hex | AA | 0 | 31 | 0 | 64 | 47 | 21 | 157 | 64 | 21 |
| Octal | 252 | 0 | 61 | 0 | 144 | 107 | 41 | 527 | 144 | 41 |
| Binary | 10101010 | 0 | 110001 | 0 | 1100100 | 1000111 | 100001 | 101010111 | 1100100 | 100001 |
Color Harmonies of #AA0031
Complementary color
Monochromatic Colors of #AA0031
Black with #AA0031
Text Example
Text Example
White with #AA0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0031; }
p { color: rgb(170,0,49); }
H1.HeaderClassName
{
color: #AA0031;
}
.AnyTagClassName
{
color: #AA0031;
}
</style>
background-color css
<style>
a { background-color: #AA0031; }
a { background-color: rgb(170,0,49); }
div.DivClassName
{
background-color: #AA0031;
}
.BgClassName
{
background-color: #AA0031;
}
</style>
border-color css
<style>
span { border-color: #AA0031; }
span { border-color: rgb(170,0,49); }
td.TdClassName
{
border-color: #AA0031;
}
.TagClassName
{
border-color: #AA0031;
}
</style>