Shades of Medium Carmine #AA3F34
Tints of Medium Carmine #AA3F34
RGB
CMYK
RGB Variations
Color information
#AA3F34 (or 0xAA3F34) is known color: Medium Carmine. HEX triplet: AA, 3F and 34. RGB value is (170,63,52). Sum of RGB (Red+Green+Blue) = 170+63+52=285 (37% of max value = 765). Red value is 170 (66.80% from 255 or 59.65% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F34 is #55C0CB. Grayscale: #5D5D5D. Windows color (decimal): -5619916 or 3424170. OLE color: 3424170.
HSL color Cylindrical-coordinate representation of color #AA3F34: hue angle of 5.59º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3F34 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 52 | - |
| CMYK | 0 | 0.63 | 0.69 | 0.33 |
| HSL | 5.59º | 0.53% | 0.44% | - |
| HSV(B) | 5.59º | 0.69% | 0.67% | - |
| XYZ | 18.97 | 12.35 | 4.63 | - |
| YUV | 93.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 52 | 0 | 0.63 | 0.69 | 0.33 | 5.59 | 0.53 | 0.44 |
| Hex | AA | 3F | 34 | 0 | 3F | 45 | 21 | 6 | 35 | 2C |
| Octal | 252 | 77 | 64 | 0 | 77 | 105 | 41 | 6 | 65 | 54 |
| Binary | 10101010 | 111111 | 110100 | 0 | 111111 | 1000101 | 100001 | 110 | 110101 | 101100 |
Color Harmonies of #AA3F34
Complementary color
Monochromatic Colors of #AA3F34
Black with #AA3F34
Text Example
Text Example
White with #AA3F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F34; }
p { color: rgb(170,63,52); }
H1.HeaderClassName
{
color: #AA3F34;
}
.AnyTagClassName
{
color: #AA3F34;
}
</style>
background-color css
<style>
a { background-color: #AA3F34; }
a { background-color: rgb(170,63,52); }
div.DivClassName
{
background-color: #AA3F34;
}
.BgClassName
{
background-color: #AA3F34;
}
</style>
border-color css
<style>
span { border-color: #AA3F34; }
span { border-color: rgb(170,63,52); }
td.TdClassName
{
border-color: #AA3F34;
}
.TagClassName
{
border-color: #AA3F34;
}
</style>