Shades of Carmine #AA061A
Tints of Carmine #AA061A
RGB
CMYK
RGB Variations
Color information
#AA061A (or 0xAA061A) is known color: Carmine. HEX triplet: AA, 06 and 1A. RGB value is (170,6,26). Sum of RGB (Red+Green+Blue) = 170+6+26=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 26 (10.55% from 255 or 12.87% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA061A is #55F9E5. Grayscale: #393939. Windows color (decimal): -5634534 or 1705642. OLE color: 1705642.
HSL color Cylindrical-coordinate representation of color #AA061A: hue angle of 352.68º 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 #AA061A is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 26 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.33 |
| HSL | 352.68º | 0.93% | 0.35% | - |
| HSV(B) | 352.68º | 0.96% | 0.67% | - |
| XYZ | 16.83 | 8.75 | 1.78 | - |
| YUV | 57.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 26 | 0 | 0.96 | 0.85 | 0.33 | 352.68 | 0.93 | 0.35 |
| Hex | AA | 6 | 1A | 0 | 60 | 55 | 21 | 161 | 5D | 23 |
| Octal | 252 | 6 | 32 | 0 | 140 | 125 | 41 | 541 | 135 | 43 |
| Binary | 10101010 | 110 | 11010 | 0 | 1100000 | 1010101 | 100001 | 101100001 | 1011101 | 100011 |
Color Harmonies of #AA061A
Complementary color
Monochromatic Colors of #AA061A
Black with #AA061A
Text Example
Text Example
White with #AA061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA061A; }
p { color: rgb(170,6,26); }
H1.HeaderClassName
{
color: #AA061A;
}
.AnyTagClassName
{
color: #AA061A;
}
</style>
background-color css
<style>
a { background-color: #AA061A; }
a { background-color: rgb(170,6,26); }
div.DivClassName
{
background-color: #AA061A;
}
.BgClassName
{
background-color: #AA061A;
}
</style>
border-color css
<style>
span { border-color: #AA061A; }
span { border-color: rgb(170,6,26); }
td.TdClassName
{
border-color: #AA061A;
}
.TagClassName
{
border-color: #AA061A;
}
</style>