Shades of Carmine #AA1415
Tints of Carmine #AA1415
RGB
CMYK
RGB Variations
Color information
#AA1415 (or 0xAA1415) is known color: Carmine. HEX triplet: AA, 14 and 15. RGB value is (170,20,21). Sum of RGB (Red+Green+Blue) = 170+20+21=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1415 is #55EBEA. Grayscale: #414141. Windows color (decimal): -5630955 or 1381546. OLE color: 1381546.
HSL color Cylindrical-coordinate representation of color #AA1415: hue angle of 359.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1415 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 21 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.33 |
| HSL | 359.6º | 0.79% | 0.37% | - |
| HSV(B) | 359.6º | 0.88% | 0.67% | - |
| XYZ | 16.96 | 9.1 | 1.57 | - |
| YUV | 64.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 21 | 0 | 0.88 | 0.88 | 0.33 | 359.6 | 0.79 | 0.37 |
| Hex | AA | 14 | 15 | 0 | 58 | 58 | 21 | 168 | 4F | 25 |
| Octal | 252 | 24 | 25 | 0 | 130 | 130 | 41 | 550 | 117 | 45 |
| Binary | 10101010 | 10100 | 10101 | 0 | 1011000 | 1011000 | 100001 | 101101000 | 1001111 | 100101 |
Color Harmonies of #AA1415
Complementary color
Monochromatic Colors of #AA1415
Black with #AA1415
Text Example
Text Example
White with #AA1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1415; }
p { color: rgb(170,20,21); }
H1.HeaderClassName
{
color: #AA1415;
}
.AnyTagClassName
{
color: #AA1415;
}
</style>
background-color css
<style>
a { background-color: #AA1415; }
a { background-color: rgb(170,20,21); }
div.DivClassName
{
background-color: #AA1415;
}
.BgClassName
{
background-color: #AA1415;
}
</style>
border-color css
<style>
span { border-color: #AA1415; }
span { border-color: rgb(170,20,21); }
td.TdClassName
{
border-color: #AA1415;
}
.TagClassName
{
border-color: #AA1415;
}
</style>