Shades of Carmine #AA042E
Tints of Carmine #AA042E
RGB
CMYK
RGB Variations
Color information
#AA042E (or 0xAA042E) is known color: Carmine. HEX triplet: AA, 04 and 2E. RGB value is (170,4,46). Sum of RGB (Red+Green+Blue) = 170+4+46=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA042E is #55FBD1. Grayscale: #3A3A3A. Windows color (decimal): -5635026 or 3015850. OLE color: 3015850.
HSL color Cylindrical-coordinate representation of color #AA042E: hue angle of 344.82º 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 #AA042E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 46 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.33 |
| HSL | 344.82º | 0.95% | 0.34% | - |
| HSV(B) | 344.82º | 0.98% | 0.67% | - |
| XYZ | 17.11 | 8.83 | 3.39 | - |
| YUV | 58.42 | 121 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 46 | 0 | 0.98 | 0.73 | 0.33 | 344.82 | 0.95 | 0.34 |
| Hex | AA | 4 | 2E | 0 | 62 | 49 | 21 | 159 | 5F | 22 |
| Octal | 252 | 4 | 56 | 0 | 142 | 111 | 41 | 531 | 137 | 42 |
| Binary | 10101010 | 100 | 101110 | 0 | 1100010 | 1001001 | 100001 | 101011001 | 1011111 | 100010 |
Color Harmonies of #AA042E
Complementary color
Monochromatic Colors of #AA042E
Black with #AA042E
Text Example
Text Example
White with #AA042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA042E; }
p { color: rgb(170,4,46); }
H1.HeaderClassName
{
color: #AA042E;
}
.AnyTagClassName
{
color: #AA042E;
}
</style>
background-color css
<style>
a { background-color: #AA042E; }
a { background-color: rgb(170,4,46); }
div.DivClassName
{
background-color: #AA042E;
}
.BgClassName
{
background-color: #AA042E;
}
</style>
border-color css
<style>
span { border-color: #AA042E; }
span { border-color: rgb(170,4,46); }
td.TdClassName
{
border-color: #AA042E;
}
.TagClassName
{
border-color: #AA042E;
}
</style>