Shades of Carmine #AA1014
Tints of Carmine #AA1014
RGB
CMYK
RGB Variations
Color information
#AA1014 (or 0xAA1014) is known color: Carmine. HEX triplet: AA, 10 and 14. RGB value is (170,16,20). Sum of RGB (Red+Green+Blue) = 170+16+20=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1014 is #55EFEB. Grayscale: #3E3E3E. Windows color (decimal): -5631980 or 1314986. OLE color: 1314986.
HSL color Cylindrical-coordinate representation of color #AA1014: hue angle of 358.44º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1014 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 20 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.33 |
| HSL | 358.44º | 0.83% | 0.36% | - |
| HSV(B) | 358.44º | 0.91% | 0.67% | - |
| XYZ | 16.89 | 8.97 | 1.5 | - |
| YUV | 62.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 20 | 0 | 0.91 | 0.88 | 0.33 | 358.44 | 0.83 | 0.36 |
| Hex | AA | 10 | 14 | 0 | 5B | 58 | 21 | 166 | 53 | 24 |
| Octal | 252 | 20 | 24 | 0 | 133 | 130 | 41 | 546 | 123 | 44 |
| Binary | 10101010 | 10000 | 10100 | 0 | 1011011 | 1011000 | 100001 | 101100110 | 1010011 | 100100 |
Color Harmonies of #AA1014
Complementary color
Monochromatic Colors of #AA1014
Black with #AA1014
Text Example
Text Example
White with #AA1014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1014; }
p { color: rgb(170,16,20); }
H1.HeaderClassName
{
color: #AA1014;
}
.AnyTagClassName
{
color: #AA1014;
}
</style>
background-color css
<style>
a { background-color: #AA1014; }
a { background-color: rgb(170,16,20); }
div.DivClassName
{
background-color: #AA1014;
}
.BgClassName
{
background-color: #AA1014;
}
</style>
border-color css
<style>
span { border-color: #AA1014; }
span { border-color: rgb(170,16,20); }
td.TdClassName
{
border-color: #AA1014;
}
.TagClassName
{
border-color: #AA1014;
}
</style>