Shades of Medium Carmine #AA3F2A
Tints of Medium Carmine #AA3F2A
RGB
CMYK
RGB Variations
Color information
#AA3F2A (or 0xAA3F2A) is known color: Medium Carmine. HEX triplet: AA, 3F and 2A. RGB value is (170,63,42). Sum of RGB (Red+Green+Blue) = 170+63+42=275 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.82% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F2A is #55C0D5. Grayscale: #5C5C5C. Windows color (decimal): -5619926 or 2768810. OLE color: 2768810.
HSL color Cylindrical-coordinate representation of color #AA3F2A: hue angle of 9.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA3F2A is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 42 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.33 |
| HSL | 9.84º | 0.6% | 0.42% | - |
| HSV(B) | 9.84º | 0.75% | 0.67% | - |
| XYZ | 18.77 | 12.27 | 3.57 | - |
| YUV | 92.6 | 99.45 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 42 | 0 | 0.63 | 0.75 | 0.33 | 9.84 | 0.6 | 0.42 |
| Hex | AA | 3F | 2A | 0 | 3F | 4B | 21 | A | 3C | 2A |
| Octal | 252 | 77 | 52 | 0 | 77 | 113 | 41 | 12 | 74 | 52 |
| Binary | 10101010 | 111111 | 101010 | 0 | 111111 | 1001011 | 100001 | 1010 | 111100 | 101010 |
Color Harmonies of #AA3F2A
Complementary color
Monochromatic Colors of #AA3F2A
Black with #AA3F2A
Text Example
Text Example
White with #AA3F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F2A; }
p { color: rgb(170,63,42); }
H1.HeaderClassName
{
color: #AA3F2A;
}
.AnyTagClassName
{
color: #AA3F2A;
}
</style>
background-color css
<style>
a { background-color: #AA3F2A; }
a { background-color: rgb(170,63,42); }
div.DivClassName
{
background-color: #AA3F2A;
}
.BgClassName
{
background-color: #AA3F2A;
}
</style>
border-color css
<style>
span { border-color: #AA3F2A; }
span { border-color: rgb(170,63,42); }
td.TdClassName
{
border-color: #AA3F2A;
}
.TagClassName
{
border-color: #AA3F2A;
}
</style>