Shades of Carmine #AA0015
Tints of Carmine #AA0015
RGB
CMYK
RGB Variations
Color information
#AA0015 (or 0xAA0015) is known color: Carmine. HEX triplet: AA, 00 and 15. RGB value is (170,0,21). Sum of RGB (Red+Green+Blue) = 170+0+21=191 (25% of max value = 765). Red value is 170 (66.80% from 255 or 89.01% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0015 is #55FFEA. Grayscale: #353535. Windows color (decimal): -5636075 or 1376426. OLE color: 1376426.
HSL color Cylindrical-coordinate representation of color #AA0015: hue angle of 352.59º 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 #AA0015 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.88 | 0.33 |
| HSL | 352.59º | 1% | 0.33% | - |
| HSV(B) | 352.59º | 1% | 0.67% | - |
| XYZ | 16.71 | 8.6 | 1.49 | - |
| YUV | 53.22 | 109.82 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 21 | 0 | 1 | 0.88 | 0.33 | 352.59 | 1 | 0.33 |
| Hex | AA | 0 | 15 | 0 | 64 | 58 | 21 | 161 | 64 | 21 |
| Octal | 252 | 0 | 25 | 0 | 144 | 130 | 41 | 541 | 144 | 41 |
| Binary | 10101010 | 0 | 10101 | 0 | 1100100 | 1011000 | 100001 | 101100001 | 1100100 | 100001 |
Color Harmonies of #AA0015
Complementary color
Monochromatic Colors of #AA0015
Black with #AA0015
Text Example
Text Example
White with #AA0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0015; }
p { color: rgb(170,0,21); }
H1.HeaderClassName
{
color: #AA0015;
}
.AnyTagClassName
{
color: #AA0015;
}
</style>
background-color css
<style>
a { background-color: #AA0015; }
a { background-color: rgb(170,0,21); }
div.DivClassName
{
background-color: #AA0015;
}
.BgClassName
{
background-color: #AA0015;
}
</style>
border-color css
<style>
span { border-color: #AA0015; }
span { border-color: rgb(170,0,21); }
td.TdClassName
{
border-color: #AA0015;
}
.TagClassName
{
border-color: #AA0015;
}
</style>