Shades of Medium Carmine #AA3F3C
Tints of Medium Carmine #AA3F3C
RGB
CMYK
RGB Variations
Color information
#AA3F3C (or 0xAA3F3C) is known color: Medium Carmine. HEX triplet: AA, 3F and 3C. RGB value is (170,63,60). Sum of RGB (Red+Green+Blue) = 170+63+60=293 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.02% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F3C is #55C0C3. Grayscale: #5E5E5E. Windows color (decimal): -5619908 or 3948458. OLE color: 3948458.
HSL color Cylindrical-coordinate representation of color #AA3F3C: hue angle of 1.64º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA3F3C is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 60 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.33 |
| HSL | 1.64º | 0.48% | 0.45% | - |
| HSV(B) | 1.64º | 0.65% | 0.67% | - |
| XYZ | 19.17 | 12.43 | 5.66 | - |
| YUV | 94.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 60 | 0 | 0.63 | 0.65 | 0.33 | 1.64 | 0.48 | 0.45 |
| Hex | AA | 3F | 3C | 0 | 3F | 41 | 21 | 2 | 30 | 2D |
| Octal | 252 | 77 | 74 | 0 | 77 | 101 | 41 | 2 | 60 | 55 |
| Binary | 10101010 | 111111 | 111100 | 0 | 111111 | 1000001 | 100001 | 10 | 110000 | 101101 |
Color Harmonies of #AA3F3C
Complementary color
Monochromatic Colors of #AA3F3C
Black with #AA3F3C
Text Example
Text Example
White with #AA3F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F3C; }
p { color: rgb(170,63,60); }
H1.HeaderClassName
{
color: #AA3F3C;
}
.AnyTagClassName
{
color: #AA3F3C;
}
</style>
background-color css
<style>
a { background-color: #AA3F3C; }
a { background-color: rgb(170,63,60); }
div.DivClassName
{
background-color: #AA3F3C;
}
.BgClassName
{
background-color: #AA3F3C;
}
</style>
border-color css
<style>
span { border-color: #AA3F3C; }
span { border-color: rgb(170,63,60); }
td.TdClassName
{
border-color: #AA3F3C;
}
.TagClassName
{
border-color: #AA3F3C;
}
</style>