Shades of Medium Carmine #AA3F2D
Tints of Medium Carmine #AA3F2D
RGB
CMYK
RGB Variations
Color information
#AA3F2D (or 0xAA3F2D) is known color: Medium Carmine. HEX triplet: AA, 3F and 2D. RGB value is (170,63,45). Sum of RGB (Red+Green+Blue) = 170+63+45=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3F2D is #55C0D2. Grayscale: #5D5D5D. Windows color (decimal): -5619923 or 2965418. OLE color: 2965418.
HSL color Cylindrical-coordinate representation of color #AA3F2D: hue angle of 8.64º degrees, saturation: 0.58, 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 #AA3F2D is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 63 | 45 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.33 |
| HSL | 8.64º | 0.58% | 0.42% | - |
| HSV(B) | 8.64º | 0.74% | 0.67% | - |
| XYZ | 18.83 | 12.29 | 3.86 | - |
| YUV | 92.94 | 100.95 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 63 | 45 | 0 | 0.63 | 0.74 | 0.33 | 8.64 | 0.58 | 0.42 |
| Hex | AA | 3F | 2D | 0 | 3F | 4A | 21 | 9 | 3A | 2A |
| Octal | 252 | 77 | 55 | 0 | 77 | 112 | 41 | 11 | 72 | 52 |
| Binary | 10101010 | 111111 | 101101 | 0 | 111111 | 1001010 | 100001 | 1001 | 111010 | 101010 |
Color Harmonies of #AA3F2D
Complementary color
Monochromatic Colors of #AA3F2D
Black with #AA3F2D
Text Example
Text Example
White with #AA3F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3F2D; }
p { color: rgb(170,63,45); }
H1.HeaderClassName
{
color: #AA3F2D;
}
.AnyTagClassName
{
color: #AA3F2D;
}
</style>
background-color css
<style>
a { background-color: #AA3F2D; }
a { background-color: rgb(170,63,45); }
div.DivClassName
{
background-color: #AA3F2D;
}
.BgClassName
{
background-color: #AA3F2D;
}
</style>
border-color css
<style>
span { border-color: #AA3F2D; }
span { border-color: rgb(170,63,45); }
td.TdClassName
{
border-color: #AA3F2D;
}
.TagClassName
{
border-color: #AA3F2D;
}
</style>