Shades of Medium Carmine #AA3B2B
Tints of Medium Carmine #AA3B2B
RGB
CMYK
RGB Variations
Color information
#AA3B2B (or 0xAA3B2B) is known color: Medium Carmine. HEX triplet: AA, 3B and 2B. RGB value is (170,59,43). Sum of RGB (Red+Green+Blue) = 170+59+43=272 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.5% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3B2B is #55C4D4. Grayscale: #5A5A5A. Windows color (decimal): -5620949 or 2833322. OLE color: 2833322.
HSL color Cylindrical-coordinate representation of color #AA3B2B: hue angle of 7.56º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3B2B is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 43 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.33 |
| HSL | 7.56º | 0.6% | 0.42% | - |
| HSV(B) | 7.56º | 0.75% | 0.67% | - |
| XYZ | 18.58 | 11.85 | 3.59 | - |
| YUV | 90.37 | 101.27 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 43 | 0 | 0.65 | 0.75 | 0.33 | 7.56 | 0.6 | 0.42 |
| Hex | AA | 3B | 2B | 0 | 41 | 4B | 21 | 8 | 3C | 2A |
| Octal | 252 | 73 | 53 | 0 | 101 | 113 | 41 | 10 | 74 | 52 |
| Binary | 10101010 | 111011 | 101011 | 0 | 1000001 | 1001011 | 100001 | 1000 | 111100 | 101010 |
Color Harmonies of #AA3B2B
Complementary color
Monochromatic Colors of #AA3B2B
Black with #AA3B2B
Text Example
Text Example
White with #AA3B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B2B; }
p { color: rgb(170,59,43); }
H1.HeaderClassName
{
color: #AA3B2B;
}
.AnyTagClassName
{
color: #AA3B2B;
}
</style>
background-color css
<style>
a { background-color: #AA3B2B; }
a { background-color: rgb(170,59,43); }
div.DivClassName
{
background-color: #AA3B2B;
}
.BgClassName
{
background-color: #AA3B2B;
}
</style>
border-color css
<style>
span { border-color: #AA3B2B; }
span { border-color: rgb(170,59,43); }
td.TdClassName
{
border-color: #AA3B2B;
}
.TagClassName
{
border-color: #AA3B2B;
}
</style>