Shades of Carmine #AA112B
Tints of Carmine #AA112B
RGB
CMYK
RGB Variations
Color information
#AA112B (or 0xAA112B) is known color: Carmine. HEX triplet: AA, 11 and 2B. RGB value is (170,17,43). Sum of RGB (Red+Green+Blue) = 170+17+43=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA112B is #55EED4. Grayscale: #414141. Windows color (decimal): -5631701 or 2822570. OLE color: 2822570.
HSL color Cylindrical-coordinate representation of color #AA112B: hue angle of 349.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA112B is Cyan = 0, Magento = 0.9, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 43 | - |
| CMYK | 0 | 0.9 | 0.75 | 0.33 |
| HSL | 349.8º | 0.82% | 0.37% | - |
| HSV(B) | 349.8º | 0.9% | 0.67% | - |
| XYZ | 17.21 | 9.12 | 3.14 | - |
| YUV | 65.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 43 | 0 | 0.9 | 0.75 | 0.33 | 349.8 | 0.82 | 0.37 |
| Hex | AA | 11 | 2B | 0 | 5A | 4B | 21 | 15E | 52 | 25 |
| Octal | 252 | 21 | 53 | 0 | 132 | 113 | 41 | 536 | 122 | 45 |
| Binary | 10101010 | 10001 | 101011 | 0 | 1011010 | 1001011 | 100001 | 101011110 | 1010010 | 100101 |
Color Harmonies of #AA112B
Complementary color
Monochromatic Colors of #AA112B
Black with #AA112B
Text Example
Text Example
White with #AA112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA112B; }
p { color: rgb(170,17,43); }
H1.HeaderClassName
{
color: #AA112B;
}
.AnyTagClassName
{
color: #AA112B;
}
</style>
background-color css
<style>
a { background-color: #AA112B; }
a { background-color: rgb(170,17,43); }
div.DivClassName
{
background-color: #AA112B;
}
.BgClassName
{
background-color: #AA112B;
}
</style>
border-color css
<style>
span { border-color: #AA112B; }
span { border-color: rgb(170,17,43); }
td.TdClassName
{
border-color: #AA112B;
}
.TagClassName
{
border-color: #AA112B;
}
</style>