Shades of Carmine #AA001A
Tints of Carmine #AA001A
RGB
CMYK
RGB Variations
Color information
#AA001A (or 0xAA001A) is known color: Carmine. HEX triplet: AA, 00 and 1A. RGB value is (170,0,26). Sum of RGB (Red+Green+Blue) = 170+0+26=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA001A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA001A is #55FFE5. Grayscale: #353535. Windows color (decimal): -5636070 or 1704106. OLE color: 1704106.
HSL color Cylindrical-coordinate representation of color #AA001A: hue angle of 350.82º 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 #AA001A is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.85 | 0.33 |
| HSL | 350.82º | 1% | 0.33% | - |
| HSV(B) | 350.82º | 1% | 0.67% | - |
| XYZ | 16.76 | 8.62 | 1.76 | - |
| YUV | 53.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 26 | 0 | 1 | 0.85 | 0.33 | 350.82 | 1 | 0.33 |
| Hex | AA | 0 | 1A | 0 | 64 | 55 | 21 | 15F | 64 | 21 |
| Octal | 252 | 0 | 32 | 0 | 144 | 125 | 41 | 537 | 144 | 41 |
| Binary | 10101010 | 0 | 11010 | 0 | 1100100 | 1010101 | 100001 | 101011111 | 1100100 | 100001 |
Color Harmonies of #AA001A
Complementary color
Monochromatic Colors of #AA001A
Black with #AA001A
Text Example
Text Example
White with #AA001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA001A; }
p { color: rgb(170,0,26); }
H1.HeaderClassName
{
color: #AA001A;
}
.AnyTagClassName
{
color: #AA001A;
}
</style>
background-color css
<style>
a { background-color: #AA001A; }
a { background-color: rgb(170,0,26); }
div.DivClassName
{
background-color: #AA001A;
}
.BgClassName
{
background-color: #AA001A;
}
</style>
border-color css
<style>
span { border-color: #AA001A; }
span { border-color: rgb(170,0,26); }
td.TdClassName
{
border-color: #AA001A;
}
.TagClassName
{
border-color: #AA001A;
}
</style>