Shades of Carmine #AA0626
Tints of Carmine #AA0626
RGB
CMYK
RGB Variations
Color information
#AA0626 (or 0xAA0626) is known color: Carmine. HEX triplet: AA, 06 and 26. RGB value is (170,6,38). Sum of RGB (Red+Green+Blue) = 170+6+38=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0626 is #55F9D9. Grayscale: #3A3A3A. Windows color (decimal): -5634522 or 2492074. OLE color: 2492074.
HSL color Cylindrical-coordinate representation of color #AA0626: hue angle of 348.29º degrees, saturation: 0.93, 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 #AA0626 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 38 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.33 |
| HSL | 348.29º | 0.93% | 0.35% | - |
| HSV(B) | 348.29º | 0.96% | 0.67% | - |
| XYZ | 16.99 | 8.82 | 2.64 | - |
| YUV | 58.68 | 116.33 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 38 | 0 | 0.96 | 0.78 | 0.33 | 348.29 | 0.93 | 0.35 |
| Hex | AA | 6 | 26 | 0 | 60 | 4E | 21 | 15C | 5D | 23 |
| Octal | 252 | 6 | 46 | 0 | 140 | 116 | 41 | 534 | 135 | 43 |
| Binary | 10101010 | 110 | 100110 | 0 | 1100000 | 1001110 | 100001 | 101011100 | 1011101 | 100011 |
Color Harmonies of #AA0626
Complementary color
Monochromatic Colors of #AA0626
Black with #AA0626
Text Example
Text Example
White with #AA0626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0626; }
p { color: rgb(170,6,38); }
H1.HeaderClassName
{
color: #AA0626;
}
.AnyTagClassName
{
color: #AA0626;
}
</style>
background-color css
<style>
a { background-color: #AA0626; }
a { background-color: rgb(170,6,38); }
div.DivClassName
{
background-color: #AA0626;
}
.BgClassName
{
background-color: #AA0626;
}
</style>
border-color css
<style>
span { border-color: #AA0626; }
span { border-color: rgb(170,6,38); }
td.TdClassName
{
border-color: #AA0626;
}
.TagClassName
{
border-color: #AA0626;
}
</style>