Shades of Carmine #AA0726
Tints of Carmine #AA0726
RGB
CMYK
RGB Variations
Color information
#AA0726 (or 0xAA0726) is known color: Carmine. HEX triplet: AA, 07 and 26. RGB value is (170,7,38). Sum of RGB (Red+Green+Blue) = 170+7+38=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0726 is #55F8D9. Grayscale: #3B3B3B. Windows color (decimal): -5634266 or 2492330. OLE color: 2492330.
HSL color Cylindrical-coordinate representation of color #AA0726: hue angle of 348.59º 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 #AA0726 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 38 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.33 |
| HSL | 348.59º | 0.92% | 0.35% | - |
| HSV(B) | 348.59º | 0.96% | 0.67% | - |
| XYZ | 17 | 8.84 | 2.64 | - |
| YUV | 59.27 | 116 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 38 | 0 | 0.96 | 0.78 | 0.33 | 348.59 | 0.92 | 0.35 |
| Hex | AA | 7 | 26 | 0 | 60 | 4E | 21 | 15D | 5C | 23 |
| Octal | 252 | 7 | 46 | 0 | 140 | 116 | 41 | 535 | 134 | 43 |
| Binary | 10101010 | 111 | 100110 | 0 | 1100000 | 1001110 | 100001 | 101011101 | 1011100 | 100011 |
Color Harmonies of #AA0726
Complementary color
Monochromatic Colors of #AA0726
Black with #AA0726
Text Example
Text Example
White with #AA0726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0726; }
p { color: rgb(170,7,38); }
H1.HeaderClassName
{
color: #AA0726;
}
.AnyTagClassName
{
color: #AA0726;
}
</style>
background-color css
<style>
a { background-color: #AA0726; }
a { background-color: rgb(170,7,38); }
div.DivClassName
{
background-color: #AA0726;
}
.BgClassName
{
background-color: #AA0726;
}
</style>
border-color css
<style>
span { border-color: #AA0726; }
span { border-color: rgb(170,7,38); }
td.TdClassName
{
border-color: #AA0726;
}
.TagClassName
{
border-color: #AA0726;
}
</style>