Shades of Carmine #AA0717
Tints of Carmine #AA0717
RGB
CMYK
RGB Variations
Color information
#AA0717 (or 0xAA0717) is known color: Carmine. HEX triplet: AA, 07 and 17. RGB value is (170,7,23). Sum of RGB (Red+Green+Blue) = 170+7+23=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0717 is #55F8E8. Grayscale: #393939. Windows color (decimal): -5634281 or 1509290. OLE color: 1509290.
HSL color Cylindrical-coordinate representation of color #AA0717: hue angle of 354.11º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0717 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 23 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.33 |
| HSL | 354.11º | 0.92% | 0.35% | - |
| HSV(B) | 354.11º | 0.96% | 0.67% | - |
| XYZ | 16.81 | 8.76 | 1.62 | - |
| YUV | 57.56 | 108.5 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 23 | 0 | 0.96 | 0.86 | 0.33 | 354.11 | 0.92 | 0.35 |
| Hex | AA | 7 | 17 | 0 | 60 | 56 | 21 | 162 | 5C | 23 |
| Octal | 252 | 7 | 27 | 0 | 140 | 126 | 41 | 542 | 134 | 43 |
| Binary | 10101010 | 111 | 10111 | 0 | 1100000 | 1010110 | 100001 | 101100010 | 1011100 | 100011 |
Color Harmonies of #AA0717
Complementary color
Monochromatic Colors of #AA0717
Black with #AA0717
Text Example
Text Example
White with #AA0717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0717; }
p { color: rgb(170,7,23); }
H1.HeaderClassName
{
color: #AA0717;
}
.AnyTagClassName
{
color: #AA0717;
}
</style>
background-color css
<style>
a { background-color: #AA0717; }
a { background-color: rgb(170,7,23); }
div.DivClassName
{
background-color: #AA0717;
}
.BgClassName
{
background-color: #AA0717;
}
</style>
border-color css
<style>
span { border-color: #AA0717; }
span { border-color: rgb(170,7,23); }
td.TdClassName
{
border-color: #AA0717;
}
.TagClassName
{
border-color: #AA0717;
}
</style>