Shades of Medium Carmine #AA4332
Tints of Medium Carmine #AA4332
RGB
CMYK
RGB Variations
Color information
#AA4332 (or 0xAA4332) is known color: Medium Carmine. HEX triplet: AA, 43 and 32. RGB value is (170,67,50). Sum of RGB (Red+Green+Blue) = 170+67+50=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4332 is #55BCCD. Grayscale: #606060. Windows color (decimal): -5618894 or 3294122. OLE color: 3294122.
HSL color Cylindrical-coordinate representation of color #AA4332: hue angle of 8.5º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA4332 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 50 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.33 |
| HSL | 8.5º | 0.55% | 0.43% | - |
| HSV(B) | 8.5º | 0.71% | 0.67% | - |
| XYZ | 19.16 | 12.79 | 4.48 | - |
| YUV | 95.86 | 102.12 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 50 | 0 | 0.61 | 0.71 | 0.33 | 8.5 | 0.55 | 0.43 |
| Hex | AA | 43 | 32 | 0 | 3D | 47 | 21 | 8 | 37 | 2B |
| Octal | 252 | 103 | 62 | 0 | 75 | 107 | 41 | 10 | 67 | 53 |
| Binary | 10101010 | 1000011 | 110010 | 0 | 111101 | 1000111 | 100001 | 1000 | 110111 | 101011 |
Color Harmonies of #AA4332
Complementary color
Monochromatic Colors of #AA4332
Black with #AA4332
Text Example
Text Example
White with #AA4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4332; }
p { color: rgb(170,67,50); }
H1.HeaderClassName
{
color: #AA4332;
}
.AnyTagClassName
{
color: #AA4332;
}
</style>
background-color css
<style>
a { background-color: #AA4332; }
a { background-color: rgb(170,67,50); }
div.DivClassName
{
background-color: #AA4332;
}
.BgClassName
{
background-color: #AA4332;
}
</style>
border-color css
<style>
span { border-color: #AA4332; }
span { border-color: rgb(170,67,50); }
td.TdClassName
{
border-color: #AA4332;
}
.TagClassName
{
border-color: #AA4332;
}
</style>