Shades of Carmine #AA011D
Tints of Carmine #AA011D
RGB
CMYK
RGB Variations
Color information
#AA011D (or 0xAA011D) is known color: Carmine. HEX triplet: AA, 01 and 1D. RGB value is (170,1,29). Sum of RGB (Red+Green+Blue) = 170+1+29=200 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 170 - color contains mainly: red. Hex color #AA011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA011D is #55FEE2. Grayscale: #363636. Windows color (decimal): -5635811 or 1900970. OLE color: 1900970.
HSL color Cylindrical-coordinate representation of color #AA011D: hue angle of 350.06º 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 #AA011D is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.33 |
| HSL | 350.06º | 0.99% | 0.34% | - |
| HSV(B) | 350.06º | 0.99% | 0.67% | - |
| XYZ | 16.81 | 8.66 | 1.95 | - |
| YUV | 54.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 29 | 0 | 0.99 | 0.83 | 0.33 | 350.06 | 0.99 | 0.34 |
| Hex | AA | 1 | 1D | 0 | 63 | 53 | 21 | 15E | 63 | 22 |
| Octal | 252 | 1 | 35 | 0 | 143 | 123 | 41 | 536 | 143 | 42 |
| Binary | 10101010 | 1 | 11101 | 0 | 1100011 | 1010011 | 100001 | 101011110 | 1100011 | 100010 |
Color Harmonies of #AA011D
Complementary color
Monochromatic Colors of #AA011D
Black with #AA011D
Text Example
Text Example
White with #AA011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA011D; }
p { color: rgb(170,1,29); }
H1.HeaderClassName
{
color: #AA011D;
}
.AnyTagClassName
{
color: #AA011D;
}
</style>
background-color css
<style>
a { background-color: #AA011D; }
a { background-color: rgb(170,1,29); }
div.DivClassName
{
background-color: #AA011D;
}
.BgClassName
{
background-color: #AA011D;
}
</style>
border-color css
<style>
span { border-color: #AA011D; }
span { border-color: rgb(170,1,29); }
td.TdClassName
{
border-color: #AA011D;
}
.TagClassName
{
border-color: #AA011D;
}
</style>