Shades of Carmine #AA040E
Tints of Carmine #AA040E
RGB
CMYK
RGB Variations
Color information
#AA040E (or 0xAA040E) is known color: Carmine. HEX triplet: AA, 04 and 0E. RGB value is (170,4,14). Sum of RGB (Red+Green+Blue) = 170+4+14=188 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.43% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 170 - color contains mainly: red. Hex color #AA040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA040E is #55FBF1. Grayscale: #363636. Windows color (decimal): -5635058 or 918698. OLE color: 918698.
HSL color Cylindrical-coordinate representation of color #AA040E: hue angle of 356.39º 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 #AA040E is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.33 |
| HSL | 356.39º | 0.95% | 0.34% | - |
| HSV(B) | 356.39º | 0.98% | 0.67% | - |
| XYZ | 16.7 | 8.66 | 1.21 | - |
| YUV | 54.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 14 | 0 | 0.98 | 0.92 | 0.33 | 356.39 | 0.95 | 0.34 |
| Hex | AA | 4 | E | 0 | 62 | 5C | 21 | 164 | 5F | 22 |
| Octal | 252 | 4 | 16 | 0 | 142 | 134 | 41 | 544 | 137 | 42 |
| Binary | 10101010 | 100 | 1110 | 0 | 1100010 | 1011100 | 100001 | 101100100 | 1011111 | 100010 |
Color Harmonies of #AA040E
Complementary color
Monochromatic Colors of #AA040E
Black with #AA040E
Text Example
Text Example
White with #AA040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA040E; }
p { color: rgb(170,4,14); }
H1.HeaderClassName
{
color: #AA040E;
}
.AnyTagClassName
{
color: #AA040E;
}
</style>
background-color css
<style>
a { background-color: #AA040E; }
a { background-color: rgb(170,4,14); }
div.DivClassName
{
background-color: #AA040E;
}
.BgClassName
{
background-color: #AA040E;
}
</style>
border-color css
<style>
span { border-color: #AA040E; }
span { border-color: rgb(170,4,14); }
td.TdClassName
{
border-color: #AA040E;
}
.TagClassName
{
border-color: #AA040E;
}
</style>