Shades of Carmine #AA191C
Tints of Carmine #AA191C
RGB
CMYK
RGB Variations
Color information
#AA191C (or 0xAA191C) is known color: Carmine. HEX triplet: AA, 19 and 1C. RGB value is (170,25,28). Sum of RGB (Red+Green+Blue) = 170+25+28=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA191C is #55E6E3. Grayscale: #444444. Windows color (decimal): -5629668 or 1841578. OLE color: 1841578.
HSL color Cylindrical-coordinate representation of color #AA191C: hue angle of 358.76º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA191C is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 28 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.33 |
| HSL | 358.76º | 0.74% | 0.38% | - |
| HSV(B) | 358.76º | 0.85% | 0.67% | - |
| XYZ | 17.13 | 9.33 | 2 | - |
| YUV | 68.7 | 105.04 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 28 | 0 | 0.85 | 0.84 | 0.33 | 358.76 | 0.74 | 0.38 |
| Hex | AA | 19 | 1C | 0 | 55 | 54 | 21 | 167 | 4A | 26 |
| Octal | 252 | 31 | 34 | 0 | 125 | 124 | 41 | 547 | 112 | 46 |
| Binary | 10101010 | 11001 | 11100 | 0 | 1010101 | 1010100 | 100001 | 101100111 | 1001010 | 100110 |
Color Harmonies of #AA191C
Complementary color
Monochromatic Colors of #AA191C
Black with #AA191C
Text Example
Text Example
White with #AA191C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA191C; }
p { color: rgb(170,25,28); }
H1.HeaderClassName
{
color: #AA191C;
}
.AnyTagClassName
{
color: #AA191C;
}
</style>
background-color css
<style>
a { background-color: #AA191C; }
a { background-color: rgb(170,25,28); }
div.DivClassName
{
background-color: #AA191C;
}
.BgClassName
{
background-color: #AA191C;
}
</style>
border-color css
<style>
span { border-color: #AA191C; }
span { border-color: rgb(170,25,28); }
td.TdClassName
{
border-color: #AA191C;
}
.TagClassName
{
border-color: #AA191C;
}
</style>