Shades of Carmine #AA0131
Tints of Carmine #AA0131
RGB
CMYK
RGB Variations
Color information
#AA0131 (or 0xAA0131) is known color: Carmine. HEX triplet: AA, 01 and 31. RGB value is (170,1,49). Sum of RGB (Red+Green+Blue) = 170+1+49=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0131 is #55FECE. Grayscale: #383838. Windows color (decimal): -5635791 or 3211690. OLE color: 3211690.
HSL color Cylindrical-coordinate representation of color #AA0131: hue angle of 342.96º degrees, saturation: 0.99, 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 #AA0131 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 49 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.33 |
| HSL | 342.96º | 0.99% | 0.34% | - |
| HSV(B) | 342.96º | 0.99% | 0.67% | - |
| XYZ | 17.14 | 8.79 | 3.7 | - |
| YUV | 57 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 49 | 0 | 0.99 | 0.71 | 0.33 | 342.96 | 0.99 | 0.34 |
| Hex | AA | 1 | 31 | 0 | 63 | 47 | 21 | 157 | 63 | 22 |
| Octal | 252 | 1 | 61 | 0 | 143 | 107 | 41 | 527 | 143 | 42 |
| Binary | 10101010 | 1 | 110001 | 0 | 1100011 | 1000111 | 100001 | 101010111 | 1100011 | 100010 |
Color Harmonies of #AA0131
Complementary color
Monochromatic Colors of #AA0131
Black with #AA0131
Text Example
Text Example
White with #AA0131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0131; }
p { color: rgb(170,1,49); }
H1.HeaderClassName
{
color: #AA0131;
}
.AnyTagClassName
{
color: #AA0131;
}
</style>
background-color css
<style>
a { background-color: #AA0131; }
a { background-color: rgb(170,1,49); }
div.DivClassName
{
background-color: #AA0131;
}
.BgClassName
{
background-color: #AA0131;
}
</style>
border-color css
<style>
span { border-color: #AA0131; }
span { border-color: rgb(170,1,49); }
td.TdClassName
{
border-color: #AA0131;
}
.TagClassName
{
border-color: #AA0131;
}
</style>