Shades of Carmine #AA042D
Tints of Carmine #AA042D
RGB
CMYK
RGB Variations
Color information
#AA042D (or 0xAA042D) is known color: Carmine. HEX triplet: AA, 04 and 2D. RGB value is (170,4,45). Sum of RGB (Red+Green+Blue) = 170+4+45=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA042D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA042D is #55FBD2. Grayscale: #3A3A3A. Windows color (decimal): -5635027 or 2950314. OLE color: 2950314.
HSL color Cylindrical-coordinate representation of color #AA042D: hue angle of 345.18º 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 #AA042D is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.33 |
| HSL | 345.18º | 0.95% | 0.34% | - |
| HSV(B) | 345.18º | 0.98% | 0.67% | - |
| XYZ | 17.09 | 8.82 | 3.28 | - |
| YUV | 58.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 45 | 0 | 0.98 | 0.74 | 0.33 | 345.18 | 0.95 | 0.34 |
| Hex | AA | 4 | 2D | 0 | 62 | 4A | 21 | 159 | 5F | 22 |
| Octal | 252 | 4 | 55 | 0 | 142 | 112 | 41 | 531 | 137 | 42 |
| Binary | 10101010 | 100 | 101101 | 0 | 1100010 | 1001010 | 100001 | 101011001 | 1011111 | 100010 |
Color Harmonies of #AA042D
Complementary color
Monochromatic Colors of #AA042D
Black with #AA042D
Text Example
Text Example
White with #AA042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA042D; }
p { color: rgb(170,4,45); }
H1.HeaderClassName
{
color: #AA042D;
}
.AnyTagClassName
{
color: #AA042D;
}
</style>
background-color css
<style>
a { background-color: #AA042D; }
a { background-color: rgb(170,4,45); }
div.DivClassName
{
background-color: #AA042D;
}
.BgClassName
{
background-color: #AA042D;
}
</style>
border-color css
<style>
span { border-color: #AA042D; }
span { border-color: rgb(170,4,45); }
td.TdClassName
{
border-color: #AA042D;
}
.TagClassName
{
border-color: #AA042D;
}
</style>