Shades of Medium Carmine #AA3D2B
Tints of Medium Carmine #AA3D2B
RGB
CMYK
RGB Variations
Color information
#AA3D2B (or 0xAA3D2B) is known color: Medium Carmine. HEX triplet: AA, 3D and 2B. RGB value is (170,61,43). Sum of RGB (Red+Green+Blue) = 170+61+43=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D2B is #55C2D4. Grayscale: #5B5B5B. Windows color (decimal): -5620437 or 2833834. OLE color: 2833834.
HSL color Cylindrical-coordinate representation of color #AA3D2B: hue angle of 8.5º 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 #AA3D2B is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 43 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.33 |
| HSL | 8.5º | 0.6% | 0.42% | - |
| HSV(B) | 8.5º | 0.75% | 0.67% | - |
| XYZ | 18.68 | 12.06 | 3.63 | - |
| YUV | 91.54 | 100.61 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 43 | 0 | 0.64 | 0.75 | 0.33 | 8.5 | 0.6 | 0.42 |
| Hex | AA | 3D | 2B | 0 | 40 | 4B | 21 | 9 | 3C | 2A |
| Octal | 252 | 75 | 53 | 0 | 100 | 113 | 41 | 11 | 74 | 52 |
| Binary | 10101010 | 111101 | 101011 | 0 | 1000000 | 1001011 | 100001 | 1001 | 111100 | 101010 |
Color Harmonies of #AA3D2B
Complementary color
Monochromatic Colors of #AA3D2B
Black with #AA3D2B
Text Example
Text Example
White with #AA3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D2B; }
p { color: rgb(170,61,43); }
H1.HeaderClassName
{
color: #AA3D2B;
}
.AnyTagClassName
{
color: #AA3D2B;
}
</style>
background-color css
<style>
a { background-color: #AA3D2B; }
a { background-color: rgb(170,61,43); }
div.DivClassName
{
background-color: #AA3D2B;
}
.BgClassName
{
background-color: #AA3D2B;
}
</style>
border-color css
<style>
span { border-color: #AA3D2B; }
span { border-color: rgb(170,61,43); }
td.TdClassName
{
border-color: #AA3D2B;
}
.TagClassName
{
border-color: #AA3D2B;
}
</style>