Shades of Carmine #AA0113
Tints of Carmine #AA0113
RGB
CMYK
RGB Variations
Color information
#AA0113 (or 0xAA0113) is known color: Carmine. HEX triplet: AA, 01 and 13. RGB value is (170,1,19). Sum of RGB (Red+Green+Blue) = 170+1+19=190 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.47% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0113 is #55FEEC. Grayscale: #353535. Windows color (decimal): -5635821 or 1245610. OLE color: 1245610.
HSL color Cylindrical-coordinate representation of color #AA0113: hue angle of 353.61º 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 #AA0113 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.33 |
| HSL | 353.61º | 0.99% | 0.34% | - |
| HSV(B) | 353.61º | 0.99% | 0.67% | - |
| XYZ | 16.71 | 8.61 | 1.4 | - |
| YUV | 53.58 | 108.49 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 19 | 0 | 0.99 | 0.89 | 0.33 | 353.61 | 0.99 | 0.34 |
| Hex | AA | 1 | 13 | 0 | 63 | 59 | 21 | 162 | 63 | 22 |
| Octal | 252 | 1 | 23 | 0 | 143 | 131 | 41 | 542 | 143 | 42 |
| Binary | 10101010 | 1 | 10011 | 0 | 1100011 | 1011001 | 100001 | 101100010 | 1100011 | 100010 |
Color Harmonies of #AA0113
Complementary color
Monochromatic Colors of #AA0113
Black with #AA0113
Text Example
Text Example
White with #AA0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0113; }
p { color: rgb(170,1,19); }
H1.HeaderClassName
{
color: #AA0113;
}
.AnyTagClassName
{
color: #AA0113;
}
</style>
background-color css
<style>
a { background-color: #AA0113; }
a { background-color: rgb(170,1,19); }
div.DivClassName
{
background-color: #AA0113;
}
.BgClassName
{
background-color: #AA0113;
}
</style>
border-color css
<style>
span { border-color: #AA0113; }
span { border-color: rgb(170,1,19); }
td.TdClassName
{
border-color: #AA0113;
}
.TagClassName
{
border-color: #AA0113;
}
</style>