Shades of Medium Carmine #AA3F2C
Tints of Medium Carmine #AA3F2C
RGB
CMYK
RGB Variations
Color information
#AA3F2C (or 0xAA3F2C) is known color: Medium Carmine. HEX triplet: AA, 3F and 2C. RGB value is (170,63,44). Sum of RGB (Red+Green+Blue) = 170+63+44=277 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.37% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F2C is #55C0D3. Grayscale: #5D5D5D. Windows color (decimal): -5619924 or 2899882. OLE color: 2899882.
HSL color Cylindrical-coordinate representation of color #AA3F2C: hue angle of 9.05º degrees, saturation: 0.59, 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 #AA3F2C is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 44 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.33 |
| HSL | 9.05º | 0.59% | 0.42% | - |
| HSV(B) | 9.05º | 0.74% | 0.67% | - |
| XYZ | 18.81 | 12.28 | 3.76 | - |
| YUV | 92.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 44 | 0 | 0.63 | 0.74 | 0.33 | 9.05 | 0.59 | 0.42 |
| Hex | AA | 3F | 2C | 0 | 3F | 4A | 21 | 9 | 3B | 2A |
| Octal | 252 | 77 | 54 | 0 | 77 | 112 | 41 | 11 | 73 | 52 |
| Binary | 10101010 | 111111 | 101100 | 0 | 111111 | 1001010 | 100001 | 1001 | 111011 | 101010 |
Color Harmonies of #AA3F2C
Complementary color
Monochromatic Colors of #AA3F2C
Black with #AA3F2C
Text Example
Text Example
White with #AA3F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F2C; }
p { color: rgb(170,63,44); }
H1.HeaderClassName
{
color: #AA3F2C;
}
.AnyTagClassName
{
color: #AA3F2C;
}
</style>
background-color css
<style>
a { background-color: #AA3F2C; }
a { background-color: rgb(170,63,44); }
div.DivClassName
{
background-color: #AA3F2C;
}
.BgClassName
{
background-color: #AA3F2C;
}
</style>
border-color css
<style>
span { border-color: #AA3F2C; }
span { border-color: rgb(170,63,44); }
td.TdClassName
{
border-color: #AA3F2C;
}
.TagClassName
{
border-color: #AA3F2C;
}
</style>