Shades of Carmine #AA011C
Tints of Carmine #AA011C
RGB
CMYK
RGB Variations
Color information
#AA011C (or 0xAA011C) is known color: Carmine. HEX triplet: AA, 01 and 1C. RGB value is (170,1,28). Sum of RGB (Red+Green+Blue) = 170+1+28=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA011C is #55FEE3. Grayscale: #363636. Windows color (decimal): -5635812 or 1835434. OLE color: 1835434.
HSL color Cylindrical-coordinate representation of color #AA011C: hue angle of 350.41º 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 #AA011C is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.33 |
| HSL | 350.41º | 0.99% | 0.34% | - |
| HSV(B) | 350.41º | 0.99% | 0.67% | - |
| XYZ | 16.8 | 8.65 | 1.88 | - |
| YUV | 54.61 | 112.99 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 28 | 0 | 0.99 | 0.84 | 0.33 | 350.41 | 0.99 | 0.34 |
| Hex | AA | 1 | 1C | 0 | 63 | 54 | 21 | 15E | 63 | 22 |
| Octal | 252 | 1 | 34 | 0 | 143 | 124 | 41 | 536 | 143 | 42 |
| Binary | 10101010 | 1 | 11100 | 0 | 1100011 | 1010100 | 100001 | 101011110 | 1100011 | 100010 |
Color Harmonies of #AA011C
Complementary color
Monochromatic Colors of #AA011C
Black with #AA011C
Text Example
Text Example
White with #AA011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA011C; }
p { color: rgb(170,1,28); }
H1.HeaderClassName
{
color: #AA011C;
}
.AnyTagClassName
{
color: #AA011C;
}
</style>
background-color css
<style>
a { background-color: #AA011C; }
a { background-color: rgb(170,1,28); }
div.DivClassName
{
background-color: #AA011C;
}
.BgClassName
{
background-color: #AA011C;
}
</style>
border-color css
<style>
span { border-color: #AA011C; }
span { border-color: rgb(170,1,28); }
td.TdClassName
{
border-color: #AA011C;
}
.TagClassName
{
border-color: #AA011C;
}
</style>