Shades of Medium Carmine #AA3C29
Tints of Medium Carmine #AA3C29
RGB
CMYK
RGB Variations
Color information
#AA3C29 (or 0xAA3C29) is known color: Medium Carmine. HEX triplet: AA, 3C and 29. RGB value is (170,60,41). Sum of RGB (Red+Green+Blue) = 170+60+41=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C29 is #55C3D6. Grayscale: #5A5A5A. Windows color (decimal): -5620695 or 2702506. OLE color: 2702506.
HSL color Cylindrical-coordinate representation of color #AA3C29: hue angle of 8.84º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA3C29 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 60 | 41 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.33 |
| HSL | 8.84º | 0.61% | 0.41% | - |
| HSV(B) | 8.84º | 0.76% | 0.67% | - |
| XYZ | 18.59 | 11.94 | 3.42 | - |
| YUV | 90.72 | 99.94 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 60 | 41 | 0 | 0.65 | 0.76 | 0.33 | 8.84 | 0.61 | 0.41 |
| Hex | AA | 3C | 29 | 0 | 41 | 4C | 21 | 9 | 3D | 29 |
| Octal | 252 | 74 | 51 | 0 | 101 | 114 | 41 | 11 | 75 | 51 |
| Binary | 10101010 | 111100 | 101001 | 0 | 1000001 | 1001100 | 100001 | 1001 | 111101 | 101001 |
Color Harmonies of #AA3C29
Complementary color
Monochromatic Colors of #AA3C29
Black with #AA3C29
Text Example
Text Example
White with #AA3C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3C29; }
p { color: rgb(170,60,41); }
H1.HeaderClassName
{
color: #AA3C29;
}
.AnyTagClassName
{
color: #AA3C29;
}
</style>
background-color css
<style>
a { background-color: #AA3C29; }
a { background-color: rgb(170,60,41); }
div.DivClassName
{
background-color: #AA3C29;
}
.BgClassName
{
background-color: #AA3C29;
}
</style>
border-color css
<style>
span { border-color: #AA3C29; }
span { border-color: rgb(170,60,41); }
td.TdClassName
{
border-color: #AA3C29;
}
.TagClassName
{
border-color: #AA3C29;
}
</style>