Shades of Medium Carmine #AA3D2F
Tints of Medium Carmine #AA3D2F
RGB
CMYK
RGB Variations
Color information
#AA3D2F (or 0xAA3D2F) is known color: Medium Carmine. HEX triplet: AA, 3D and 2F. RGB value is (170,61,47). Sum of RGB (Red+Green+Blue) = 170+61+47=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D2F is #55C2D0. Grayscale: #5C5C5C. Windows color (decimal): -5620433 or 3095978. OLE color: 3095978.
HSL color Cylindrical-coordinate representation of color #AA3D2F: hue angle of 6.83º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3D2F is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 47 | - |
| CMYK | 0 | 0.64 | 0.72 | 0.33 |
| HSL | 6.83º | 0.57% | 0.43% | - |
| HSV(B) | 6.83º | 0.72% | 0.67% | - |
| XYZ | 18.76 | 12.09 | 4.03 | - |
| YUV | 92 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 47 | 0 | 0.64 | 0.72 | 0.33 | 6.83 | 0.57 | 0.43 |
| Hex | AA | 3D | 2F | 0 | 40 | 48 | 21 | 7 | 39 | 2B |
| Octal | 252 | 75 | 57 | 0 | 100 | 110 | 41 | 7 | 71 | 53 |
| Binary | 10101010 | 111101 | 101111 | 0 | 1000000 | 1001000 | 100001 | 111 | 111001 | 101011 |
Color Harmonies of #AA3D2F
Complementary color
Monochromatic Colors of #AA3D2F
Black with #AA3D2F
Text Example
Text Example
White with #AA3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D2F; }
p { color: rgb(170,61,47); }
H1.HeaderClassName
{
color: #AA3D2F;
}
.AnyTagClassName
{
color: #AA3D2F;
}
</style>
background-color css
<style>
a { background-color: #AA3D2F; }
a { background-color: rgb(170,61,47); }
div.DivClassName
{
background-color: #AA3D2F;
}
.BgClassName
{
background-color: #AA3D2F;
}
</style>
border-color css
<style>
span { border-color: #AA3D2F; }
span { border-color: rgb(170,61,47); }
td.TdClassName
{
border-color: #AA3D2F;
}
.TagClassName
{
border-color: #AA3D2F;
}
</style>