Shades of Medium Carmine #AA3D3B
Tints of Medium Carmine #AA3D3B
RGB
CMYK
RGB Variations
Color information
#AA3D3B (or 0xAA3D3B) is known color: Medium Carmine. HEX triplet: AA, 3D and 3B. RGB value is (170,61,59). Sum of RGB (Red+Green+Blue) = 170+61+59=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D3B is #55C2C4. Grayscale: #5D5D5D. Windows color (decimal): -5620421 or 3882410. OLE color: 3882410.
HSL color Cylindrical-coordinate representation of color #AA3D3B: hue angle of 1.08º 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 #AA3D3B is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 59 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.33 |
| HSL | 1.08º | 0.48% | 0.45% | - |
| HSV(B) | 1.08º | 0.65% | 0.67% | - |
| XYZ | 19.04 | 12.2 | 5.49 | - |
| YUV | 93.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 59 | 0 | 0.64 | 0.65 | 0.33 | 1.08 | 0.48 | 0.45 |
| Hex | AA | 3D | 3B | 0 | 40 | 41 | 21 | 1 | 30 | 2D |
| Octal | 252 | 75 | 73 | 0 | 100 | 101 | 41 | 1 | 60 | 55 |
| Binary | 10101010 | 111101 | 111011 | 0 | 1000000 | 1000001 | 100001 | 1 | 110000 | 101101 |
Color Harmonies of #AA3D3B
Complementary color
Monochromatic Colors of #AA3D3B
Black with #AA3D3B
Text Example
Text Example
White with #AA3D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D3B; }
p { color: rgb(170,61,59); }
H1.HeaderClassName
{
color: #AA3D3B;
}
.AnyTagClassName
{
color: #AA3D3B;
}
</style>
background-color css
<style>
a { background-color: #AA3D3B; }
a { background-color: rgb(170,61,59); }
div.DivClassName
{
background-color: #AA3D3B;
}
.BgClassName
{
background-color: #AA3D3B;
}
</style>
border-color css
<style>
span { border-color: #AA3D3B; }
span { border-color: rgb(170,61,59); }
td.TdClassName
{
border-color: #AA3D3B;
}
.TagClassName
{
border-color: #AA3D3B;
}
</style>