Shades of Carmine #AA0126
Tints of Carmine #AA0126
RGB
CMYK
RGB Variations
Color information
#AA0126 (or 0xAA0126) is known color: Carmine. HEX triplet: AA, 01 and 26. RGB value is (170,1,38). Sum of RGB (Red+Green+Blue) = 170+1+38=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0126 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0126 is #55FED9. Grayscale: #373737. Windows color (decimal): -5635802 or 2490794. OLE color: 2490794.
HSL color Cylindrical-coordinate representation of color #AA0126: hue angle of 346.86º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA0126 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 38 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.33 |
| HSL | 346.86º | 0.99% | 0.34% | - |
| HSV(B) | 346.86º | 0.99% | 0.67% | - |
| XYZ | 16.94 | 8.71 | 2.62 | - |
| YUV | 55.75 | 117.99 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 38 | 0 | 0.99 | 0.78 | 0.33 | 346.86 | 0.99 | 0.34 |
| Hex | AA | 1 | 26 | 0 | 63 | 4E | 21 | 15B | 63 | 22 |
| Octal | 252 | 1 | 46 | 0 | 143 | 116 | 41 | 533 | 143 | 42 |
| Binary | 10101010 | 1 | 100110 | 0 | 1100011 | 1001110 | 100001 | 101011011 | 1100011 | 100010 |
Color Harmonies of #AA0126
Complementary color
Monochromatic Colors of #AA0126
Black with #AA0126
Text Example
Text Example
White with #AA0126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0126; }
p { color: rgb(170,1,38); }
H1.HeaderClassName
{
color: #AA0126;
}
.AnyTagClassName
{
color: #AA0126;
}
</style>
background-color css
<style>
a { background-color: #AA0126; }
a { background-color: rgb(170,1,38); }
div.DivClassName
{
background-color: #AA0126;
}
.BgClassName
{
background-color: #AA0126;
}
</style>
border-color css
<style>
span { border-color: #AA0126; }
span { border-color: rgb(170,1,38); }
td.TdClassName
{
border-color: #AA0126;
}
.TagClassName
{
border-color: #AA0126;
}
</style>