Shades of Medium Carmine #AA3B2D
Tints of Medium Carmine #AA3B2D
RGB
CMYK
RGB Variations
Color information
#AA3B2D (or 0xAA3B2D) is known color: Medium Carmine. HEX triplet: AA, 3B and 2D. RGB value is (170,59,45). Sum of RGB (Red+Green+Blue) = 170+59+45=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3B2D is #55C4D2. Grayscale: #5A5A5A. Windows color (decimal): -5620947 or 2964394. OLE color: 2964394.
HSL color Cylindrical-coordinate representation of color #AA3B2D: hue angle of 6.72º 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 #AA3B2D is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 45 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.33 |
| HSL | 6.72º | 0.58% | 0.42% | - |
| HSV(B) | 6.72º | 0.74% | 0.67% | - |
| XYZ | 18.62 | 11.86 | 3.79 | - |
| YUV | 90.59 | 102.27 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 45 | 0 | 0.65 | 0.74 | 0.33 | 6.72 | 0.58 | 0.42 |
| Hex | AA | 3B | 2D | 0 | 41 | 4A | 21 | 7 | 3A | 2A |
| Octal | 252 | 73 | 55 | 0 | 101 | 112 | 41 | 7 | 72 | 52 |
| Binary | 10101010 | 111011 | 101101 | 0 | 1000001 | 1001010 | 100001 | 111 | 111010 | 101010 |
Color Harmonies of #AA3B2D
Complementary color
Monochromatic Colors of #AA3B2D
Black with #AA3B2D
Text Example
Text Example
White with #AA3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B2D; }
p { color: rgb(170,59,45); }
H1.HeaderClassName
{
color: #AA3B2D;
}
.AnyTagClassName
{
color: #AA3B2D;
}
</style>
background-color css
<style>
a { background-color: #AA3B2D; }
a { background-color: rgb(170,59,45); }
div.DivClassName
{
background-color: #AA3B2D;
}
.BgClassName
{
background-color: #AA3B2D;
}
</style>
border-color css
<style>
span { border-color: #AA3B2D; }
span { border-color: rgb(170,59,45); }
td.TdClassName
{
border-color: #AA3B2D;
}
.TagClassName
{
border-color: #AA3B2D;
}
</style>