Shades of Medium Carmine #AA3B2F
Tints of Medium Carmine #AA3B2F
RGB
CMYK
RGB Variations
Color information
#AA3B2F (or 0xAA3B2F) is known color: Medium Carmine. HEX triplet: AA, 3B and 2F. RGB value is (170,59,47). Sum of RGB (Red+Green+Blue) = 170+59+47=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3B2F is #55C4D0. Grayscale: #5A5A5A. Windows color (decimal): -5620945 or 3095466. OLE color: 3095466.
HSL color Cylindrical-coordinate representation of color #AA3B2F: hue angle of 5.85º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3B2F is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 59 | 47 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.33 |
| HSL | 5.85º | 0.57% | 0.43% | - |
| HSV(B) | 5.85º | 0.72% | 0.67% | - |
| XYZ | 18.65 | 11.88 | 4 | - |
| YUV | 90.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 59 | 47 | 0 | 0.65 | 0.72 | 0.33 | 5.85 | 0.57 | 0.43 |
| Hex | AA | 3B | 2F | 0 | 41 | 48 | 21 | 6 | 39 | 2B |
| Octal | 252 | 73 | 57 | 0 | 101 | 110 | 41 | 6 | 71 | 53 |
| Binary | 10101010 | 111011 | 101111 | 0 | 1000001 | 1001000 | 100001 | 110 | 111001 | 101011 |
Color Harmonies of #AA3B2F
Complementary color
Monochromatic Colors of #AA3B2F
Black with #AA3B2F
Text Example
Text Example
White with #AA3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3B2F; }
p { color: rgb(170,59,47); }
H1.HeaderClassName
{
color: #AA3B2F;
}
.AnyTagClassName
{
color: #AA3B2F;
}
</style>
background-color css
<style>
a { background-color: #AA3B2F; }
a { background-color: rgb(170,59,47); }
div.DivClassName
{
background-color: #AA3B2F;
}
.BgClassName
{
background-color: #AA3B2F;
}
</style>
border-color css
<style>
span { border-color: #AA3B2F; }
span { border-color: rgb(170,59,47); }
td.TdClassName
{
border-color: #AA3B2F;
}
.TagClassName
{
border-color: #AA3B2F;
}
</style>