Shades of Medium Carmine #AA3B2A
Tints of Medium Carmine #AA3B2A
RGB
CMYK
RGB Variations
Color information
#AA3B2A (or 0xAA3B2A) is known color: Medium Carmine. HEX triplet: AA, 3B and 2A. RGB value is (170,59,42). Sum of RGB (Red+Green+Blue) = 170+59+42=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3B2A is #55C4D5. Grayscale: #5A5A5A. Windows color (decimal): -5620950 or 2767786. OLE color: 2767786.
HSL color Cylindrical-coordinate representation of color #AA3B2A: hue angle of 7.97º 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 #AA3B2A is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 42 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.33 |
| HSL | 7.97º | 0.6% | 0.42% | - |
| HSV(B) | 7.97º | 0.75% | 0.67% | - |
| XYZ | 18.56 | 11.84 | 3.5 | - |
| YUV | 90.25 | 100.77 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 42 | 0 | 0.65 | 0.75 | 0.33 | 7.97 | 0.6 | 0.42 |
| Hex | AA | 3B | 2A | 0 | 41 | 4B | 21 | 8 | 3C | 2A |
| Octal | 252 | 73 | 52 | 0 | 101 | 113 | 41 | 10 | 74 | 52 |
| Binary | 10101010 | 111011 | 101010 | 0 | 1000001 | 1001011 | 100001 | 1000 | 111100 | 101010 |
Color Harmonies of #AA3B2A
Complementary color
Monochromatic Colors of #AA3B2A
Black with #AA3B2A
Text Example
Text Example
White with #AA3B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B2A; }
p { color: rgb(170,59,42); }
H1.HeaderClassName
{
color: #AA3B2A;
}
.AnyTagClassName
{
color: #AA3B2A;
}
</style>
background-color css
<style>
a { background-color: #AA3B2A; }
a { background-color: rgb(170,59,42); }
div.DivClassName
{
background-color: #AA3B2A;
}
.BgClassName
{
background-color: #AA3B2A;
}
</style>
border-color css
<style>
span { border-color: #AA3B2A; }
span { border-color: rgb(170,59,42); }
td.TdClassName
{
border-color: #AA3B2A;
}
.TagClassName
{
border-color: #AA3B2A;
}
</style>