Shades of Carmine #AA042A
Tints of Carmine #AA042A
RGB
CMYK
RGB Variations
Color information
#AA042A (or 0xAA042A) is known color: Carmine. HEX triplet: AA, 04 and 2A. RGB value is (170,4,42). Sum of RGB (Red+Green+Blue) = 170+4+42=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA042A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA042A is #55FBD5. Grayscale: #393939. Windows color (decimal): -5635030 or 2753706. OLE color: 2753706.
HSL color Cylindrical-coordinate representation of color #AA042A: hue angle of 346.27º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA042A is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.33 |
| HSL | 346.27º | 0.95% | 0.34% | - |
| HSV(B) | 346.27º | 0.98% | 0.67% | - |
| XYZ | 17.04 | 8.8 | 2.99 | - |
| YUV | 57.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 42 | 0 | 0.98 | 0.75 | 0.33 | 346.27 | 0.95 | 0.34 |
| Hex | AA | 4 | 2A | 0 | 62 | 4B | 21 | 15A | 5F | 22 |
| Octal | 252 | 4 | 52 | 0 | 142 | 113 | 41 | 532 | 137 | 42 |
| Binary | 10101010 | 100 | 101010 | 0 | 1100010 | 1001011 | 100001 | 101011010 | 1011111 | 100010 |
Color Harmonies of #AA042A
Complementary color
Monochromatic Colors of #AA042A
Black with #AA042A
Text Example
Text Example
White with #AA042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA042A; }
p { color: rgb(170,4,42); }
H1.HeaderClassName
{
color: #AA042A;
}
.AnyTagClassName
{
color: #AA042A;
}
</style>
background-color css
<style>
a { background-color: #AA042A; }
a { background-color: rgb(170,4,42); }
div.DivClassName
{
background-color: #AA042A;
}
.BgClassName
{
background-color: #AA042A;
}
</style>
border-color css
<style>
span { border-color: #AA042A; }
span { border-color: rgb(170,4,42); }
td.TdClassName
{
border-color: #AA042A;
}
.TagClassName
{
border-color: #AA042A;
}
</style>