Shades of Carmine #AA0515
Tints of Carmine #AA0515
RGB
CMYK
RGB Variations
Color information
#AA0515 (or 0xAA0515) is known color: Carmine. HEX triplet: AA, 05 and 15. RGB value is (170,5,21). Sum of RGB (Red+Green+Blue) = 170+5+21=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 21 (8.59% from 255 or 10.71% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0515 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0515 is #55FAEA. Grayscale: #383838. Windows color (decimal): -5634795 or 1377706. OLE color: 1377706.
HSL color Cylindrical-coordinate representation of color #AA0515: hue angle of 354.18º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0515 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 21 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.33 |
| HSL | 354.18º | 0.94% | 0.34% | - |
| HSV(B) | 354.18º | 0.97% | 0.67% | - |
| XYZ | 16.77 | 8.71 | 1.51 | - |
| YUV | 56.16 | 108.16 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 21 | 0 | 0.97 | 0.88 | 0.33 | 354.18 | 0.94 | 0.34 |
| Hex | AA | 5 | 15 | 0 | 61 | 58 | 21 | 162 | 5E | 22 |
| Octal | 252 | 5 | 25 | 0 | 141 | 130 | 41 | 542 | 136 | 42 |
| Binary | 10101010 | 101 | 10101 | 0 | 1100001 | 1011000 | 100001 | 101100010 | 1011110 | 100010 |
Color Harmonies of #AA0515
Complementary color
Monochromatic Colors of #AA0515
Black with #AA0515
Text Example
Text Example
White with #AA0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0515; }
p { color: rgb(170,5,21); }
H1.HeaderClassName
{
color: #AA0515;
}
.AnyTagClassName
{
color: #AA0515;
}
</style>
background-color css
<style>
a { background-color: #AA0515; }
a { background-color: rgb(170,5,21); }
div.DivClassName
{
background-color: #AA0515;
}
.BgClassName
{
background-color: #AA0515;
}
</style>
border-color css
<style>
span { border-color: #AA0515; }
span { border-color: rgb(170,5,21); }
td.TdClassName
{
border-color: #AA0515;
}
.TagClassName
{
border-color: #AA0515;
}
</style>