Shades of Medium Carmine #AA3F2F
Tints of Medium Carmine #AA3F2F
RGB
CMYK
RGB Variations
Color information
#AA3F2F (or 0xAA3F2F) is known color: Medium Carmine. HEX triplet: AA, 3F and 2F. RGB value is (170,63,47). Sum of RGB (Red+Green+Blue) = 170+63+47=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F2F is #55C0D0. Grayscale: #5D5D5D. Windows color (decimal): -5619921 or 3096490. OLE color: 3096490.
HSL color Cylindrical-coordinate representation of color #AA3F2F: hue angle of 7.8º 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 #AA3F2F is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 47 | - |
| CMYK | 0 | 0.63 | 0.72 | 0.33 |
| HSL | 7.8º | 0.57% | 0.43% | - |
| HSV(B) | 7.8º | 0.72% | 0.67% | - |
| XYZ | 18.87 | 12.31 | 4.07 | - |
| YUV | 93.17 | 101.95 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 47 | 0 | 0.63 | 0.72 | 0.33 | 7.8 | 0.57 | 0.43 |
| Hex | AA | 3F | 2F | 0 | 3F | 48 | 21 | 8 | 39 | 2B |
| Octal | 252 | 77 | 57 | 0 | 77 | 110 | 41 | 10 | 71 | 53 |
| Binary | 10101010 | 111111 | 101111 | 0 | 111111 | 1001000 | 100001 | 1000 | 111001 | 101011 |
Color Harmonies of #AA3F2F
Complementary color
Monochromatic Colors of #AA3F2F
Black with #AA3F2F
Text Example
Text Example
White with #AA3F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F2F; }
p { color: rgb(170,63,47); }
H1.HeaderClassName
{
color: #AA3F2F;
}
.AnyTagClassName
{
color: #AA3F2F;
}
</style>
background-color css
<style>
a { background-color: #AA3F2F; }
a { background-color: rgb(170,63,47); }
div.DivClassName
{
background-color: #AA3F2F;
}
.BgClassName
{
background-color: #AA3F2F;
}
</style>
border-color css
<style>
span { border-color: #AA3F2F; }
span { border-color: rgb(170,63,47); }
td.TdClassName
{
border-color: #AA3F2F;
}
.TagClassName
{
border-color: #AA3F2F;
}
</style>