Shades of Carmine #AA0026
Tints of Carmine #AA0026
RGB
CMYK
RGB Variations
Color information
#AA0026 (or 0xAA0026) is known color: Carmine. HEX triplet: AA, 00 and 26. RGB value is (170,0,38). Sum of RGB (Red+Green+Blue) = 170+0+38=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 38 (15.23% from 255 or 18.27% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0026 is #55FFD9. Grayscale: #373737. Windows color (decimal): -5636058 or 2490538. OLE color: 2490538.
HSL color Cylindrical-coordinate representation of color #AA0026: hue angle of 346.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0026 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.78 | 0.33 |
| HSL | 346.59º | 1% | 0.33% | - |
| HSV(B) | 346.59º | 1% | 0.67% | - |
| XYZ | 16.93 | 8.69 | 2.62 | - |
| YUV | 55.16 | 118.32 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 38 | 0 | 1 | 0.78 | 0.33 | 346.59 | 1 | 0.33 |
| Hex | AA | 0 | 26 | 0 | 64 | 4E | 21 | 15B | 64 | 21 |
| Octal | 252 | 0 | 46 | 0 | 144 | 116 | 41 | 533 | 144 | 41 |
| Binary | 10101010 | 0 | 100110 | 0 | 1100100 | 1001110 | 100001 | 101011011 | 1100100 | 100001 |
Color Harmonies of #AA0026
Complementary color
Monochromatic Colors of #AA0026
Black with #AA0026
Text Example
Text Example
White with #AA0026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0026; }
p { color: rgb(170,0,38); }
H1.HeaderClassName
{
color: #AA0026;
}
.AnyTagClassName
{
color: #AA0026;
}
</style>
background-color css
<style>
a { background-color: #AA0026; }
a { background-color: rgb(170,0,38); }
div.DivClassName
{
background-color: #AA0026;
}
.BgClassName
{
background-color: #AA0026;
}
</style>
border-color css
<style>
span { border-color: #AA0026; }
span { border-color: rgb(170,0,38); }
td.TdClassName
{
border-color: #AA0026;
}
.TagClassName
{
border-color: #AA0026;
}
</style>