Shades of Carmine #AA011A
Tints of Carmine #AA011A
RGB
CMYK
RGB Variations
Color information
#AA011A (or 0xAA011A) is known color: Carmine. HEX triplet: AA, 01 and 1A. RGB value is (170,1,26). Sum of RGB (Red+Green+Blue) = 170+1+26=197 (26% of max value = 765). Red value is 170 (66.80% from 255 or 86.29% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 26 (10.55% from 255 or 13.20% from 197); Max value from RGB is 170 - color contains mainly: red. Hex color #AA011A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA011A is #55FEE5. Grayscale: #363636. Windows color (decimal): -5635814 or 1704362. OLE color: 1704362.
HSL color Cylindrical-coordinate representation of color #AA011A: hue angle of 351.12º 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 #AA011A is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.33 |
| HSL | 351.12º | 0.99% | 0.34% | - |
| HSV(B) | 351.12º | 0.99% | 0.67% | - |
| XYZ | 16.77 | 8.64 | 1.76 | - |
| YUV | 54.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 26 | 0 | 0.99 | 0.85 | 0.33 | 351.12 | 0.99 | 0.34 |
| Hex | AA | 1 | 1A | 0 | 63 | 55 | 21 | 15F | 63 | 22 |
| Octal | 252 | 1 | 32 | 0 | 143 | 125 | 41 | 537 | 143 | 42 |
| Binary | 10101010 | 1 | 11010 | 0 | 1100011 | 1010101 | 100001 | 101011111 | 1100011 | 100010 |
Color Harmonies of #AA011A
Complementary color
Monochromatic Colors of #AA011A
Black with #AA011A
Text Example
Text Example
White with #AA011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA011A; }
p { color: rgb(170,1,26); }
H1.HeaderClassName
{
color: #AA011A;
}
.AnyTagClassName
{
color: #AA011A;
}
</style>
background-color css
<style>
a { background-color: #AA011A; }
a { background-color: rgb(170,1,26); }
div.DivClassName
{
background-color: #AA011A;
}
.BgClassName
{
background-color: #AA011A;
}
</style>
border-color css
<style>
span { border-color: #AA011A; }
span { border-color: rgb(170,1,26); }
td.TdClassName
{
border-color: #AA011A;
}
.TagClassName
{
border-color: #AA011A;
}
</style>