Shades of Carmine #AA041D
Tints of Carmine #AA041D
RGB
CMYK
RGB Variations
Color information
#AA041D (or 0xAA041D) is known color: Carmine. HEX triplet: AA, 04 and 1D. RGB value is (170,4,29). Sum of RGB (Red+Green+Blue) = 170+4+29=203 (26% of max value = 765). Red value is 170 (66.80% from 255 or 83.74% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 170 - color contains mainly: red. Hex color #AA041D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA041D is #55FBE2. Grayscale: #383838. Windows color (decimal): -5635043 or 1901738. OLE color: 1901738.
HSL color Cylindrical-coordinate representation of color #AA041D: hue angle of 350.96º 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 #AA041D is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 29 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.33 |
| HSL | 350.96º | 0.95% | 0.34% | - |
| HSV(B) | 350.96º | 0.98% | 0.67% | - |
| XYZ | 16.84 | 8.72 | 1.96 | - |
| YUV | 56.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 29 | 0 | 0.98 | 0.83 | 0.33 | 350.96 | 0.95 | 0.34 |
| Hex | AA | 4 | 1D | 0 | 62 | 53 | 21 | 15F | 5F | 22 |
| Octal | 252 | 4 | 35 | 0 | 142 | 123 | 41 | 537 | 137 | 42 |
| Binary | 10101010 | 100 | 11101 | 0 | 1100010 | 1010011 | 100001 | 101011111 | 1011111 | 100010 |
Color Harmonies of #AA041D
Complementary color
Monochromatic Colors of #AA041D
Black with #AA041D
Text Example
Text Example
White with #AA041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA041D; }
p { color: rgb(170,4,29); }
H1.HeaderClassName
{
color: #AA041D;
}
.AnyTagClassName
{
color: #AA041D;
}
</style>
background-color css
<style>
a { background-color: #AA041D; }
a { background-color: rgb(170,4,29); }
div.DivClassName
{
background-color: #AA041D;
}
.BgClassName
{
background-color: #AA041D;
}
</style>
border-color css
<style>
span { border-color: #AA041D; }
span { border-color: rgb(170,4,29); }
td.TdClassName
{
border-color: #AA041D;
}
.TagClassName
{
border-color: #AA041D;
}
</style>