Shades of Medium Carmine #AA442D
Tints of Medium Carmine #AA442D
RGB
CMYK
RGB Variations
Color information
#AA442D (or 0xAA442D) is known color: Medium Carmine. HEX triplet: AA, 44 and 2D. RGB value is (170,68,45). Sum of RGB (Red+Green+Blue) = 170+68+45=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA442D is #55BBD2. Grayscale: #606060. Windows color (decimal): -5618643 or 2966698. OLE color: 2966698.
HSL color Cylindrical-coordinate representation of color #AA442D: hue angle of 11.04º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA442D is Cyan = 0, Magento = 0.6, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 45 | - |
| CMYK | 0 | 0.6 | 0.74 | 0.33 |
| HSL | 11.04º | 0.58% | 0.42% | - |
| HSV(B) | 11.04º | 0.74% | 0.67% | - |
| XYZ | 19.12 | 12.87 | 3.96 | - |
| YUV | 95.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 45 | 0 | 0.6 | 0.74 | 0.33 | 11.04 | 0.58 | 0.42 |
| Hex | AA | 44 | 2D | 0 | 3C | 4A | 21 | B | 3A | 2A |
| Octal | 252 | 104 | 55 | 0 | 74 | 112 | 41 | 13 | 72 | 52 |
| Binary | 10101010 | 1000100 | 101101 | 0 | 111100 | 1001010 | 100001 | 1011 | 111010 | 101010 |
Color Harmonies of #AA442D
Complementary color
Monochromatic Colors of #AA442D
Black with #AA442D
Text Example
Text Example
White with #AA442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA442D; }
p { color: rgb(170,68,45); }
H1.HeaderClassName
{
color: #AA442D;
}
.AnyTagClassName
{
color: #AA442D;
}
</style>
background-color css
<style>
a { background-color: #AA442D; }
a { background-color: rgb(170,68,45); }
div.DivClassName
{
background-color: #AA442D;
}
.BgClassName
{
background-color: #AA442D;
}
</style>
border-color css
<style>
span { border-color: #AA442D; }
span { border-color: rgb(170,68,45); }
td.TdClassName
{
border-color: #AA442D;
}
.TagClassName
{
border-color: #AA442D;
}
</style>