Shades of Medium Carmine #AA3F31
Tints of Medium Carmine #AA3F31
RGB
CMYK
RGB Variations
Color information
#AA3F31 (or 0xAA3F31) is known color: Medium Carmine. HEX triplet: AA, 3F and 31. RGB value is (170,63,49). Sum of RGB (Red+Green+Blue) = 170+63+49=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F31 is #55C0CE. Grayscale: #5D5D5D. Windows color (decimal): -5619919 or 3227562. OLE color: 3227562.
HSL color Cylindrical-coordinate representation of color #AA3F31: hue angle of 6.94º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3F31 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 49 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.33 |
| HSL | 6.94º | 0.55% | 0.43% | - |
| HSV(B) | 6.94º | 0.71% | 0.67% | - |
| XYZ | 18.91 | 12.32 | 4.29 | - |
| YUV | 93.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 49 | 0 | 0.63 | 0.71 | 0.33 | 6.94 | 0.55 | 0.43 |
| Hex | AA | 3F | 31 | 0 | 3F | 47 | 21 | 7 | 37 | 2B |
| Octal | 252 | 77 | 61 | 0 | 77 | 107 | 41 | 7 | 67 | 53 |
| Binary | 10101010 | 111111 | 110001 | 0 | 111111 | 1000111 | 100001 | 111 | 110111 | 101011 |
Color Harmonies of #AA3F31
Complementary color
Monochromatic Colors of #AA3F31
Black with #AA3F31
Text Example
Text Example
White with #AA3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F31; }
p { color: rgb(170,63,49); }
H1.HeaderClassName
{
color: #AA3F31;
}
.AnyTagClassName
{
color: #AA3F31;
}
</style>
background-color css
<style>
a { background-color: #AA3F31; }
a { background-color: rgb(170,63,49); }
div.DivClassName
{
background-color: #AA3F31;
}
.BgClassName
{
background-color: #AA3F31;
}
</style>
border-color css
<style>
span { border-color: #AA3F31; }
span { border-color: rgb(170,63,49); }
td.TdClassName
{
border-color: #AA3F31;
}
.TagClassName
{
border-color: #AA3F31;
}
</style>