Shades of Carmine #AA042C
Tints of Carmine #AA042C
RGB
CMYK
RGB Variations
Color information
#AA042C (or 0xAA042C) is known color: Carmine. HEX triplet: AA, 04 and 2C. RGB value is (170,4,44). Sum of RGB (Red+Green+Blue) = 170+4+44=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA042C is #55FBD3. Grayscale: #3A3A3A. Windows color (decimal): -5635028 or 2884778. OLE color: 2884778.
HSL color Cylindrical-coordinate representation of color #AA042C: hue angle of 345.54º 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 #AA042C is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 44 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.33 |
| HSL | 345.54º | 0.95% | 0.34% | - |
| HSV(B) | 345.54º | 0.98% | 0.67% | - |
| XYZ | 17.08 | 8.81 | 3.18 | - |
| YUV | 58.19 | 120 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 44 | 0 | 0.98 | 0.74 | 0.33 | 345.54 | 0.95 | 0.34 |
| Hex | AA | 4 | 2C | 0 | 62 | 4A | 21 | 15A | 5F | 22 |
| Octal | 252 | 4 | 54 | 0 | 142 | 112 | 41 | 532 | 137 | 42 |
| Binary | 10101010 | 100 | 101100 | 0 | 1100010 | 1001010 | 100001 | 101011010 | 1011111 | 100010 |
Color Harmonies of #AA042C
Complementary color
Monochromatic Colors of #AA042C
Black with #AA042C
Text Example
Text Example
White with #AA042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA042C; }
p { color: rgb(170,4,44); }
H1.HeaderClassName
{
color: #AA042C;
}
.AnyTagClassName
{
color: #AA042C;
}
</style>
background-color css
<style>
a { background-color: #AA042C; }
a { background-color: rgb(170,4,44); }
div.DivClassName
{
background-color: #AA042C;
}
.BgClassName
{
background-color: #AA042C;
}
</style>
border-color css
<style>
span { border-color: #AA042C; }
span { border-color: rgb(170,4,44); }
td.TdClassName
{
border-color: #AA042C;
}
.TagClassName
{
border-color: #AA042C;
}
</style>