Shades of Medium Carmine #AA3D2D
Tints of Medium Carmine #AA3D2D
RGB
CMYK
RGB Variations
Color information
#AA3D2D (or 0xAA3D2D) is known color: Medium Carmine. HEX triplet: AA, 3D and 2D. RGB value is (170,61,45). Sum of RGB (Red+Green+Blue) = 170+61+45=276 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.59% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D2D is #55C2D2. Grayscale: #5B5B5B. Windows color (decimal): -5620435 or 2964906. OLE color: 2964906.
HSL color Cylindrical-coordinate representation of color #AA3D2D: hue angle of 7.68º 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 #AA3D2D is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 45 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.33 |
| HSL | 7.68º | 0.58% | 0.42% | - |
| HSV(B) | 7.68º | 0.74% | 0.67% | - |
| XYZ | 18.72 | 12.07 | 3.83 | - |
| YUV | 91.77 | 101.61 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 45 | 0 | 0.64 | 0.74 | 0.33 | 7.68 | 0.58 | 0.42 |
| Hex | AA | 3D | 2D | 0 | 40 | 4A | 21 | 8 | 3A | 2A |
| Octal | 252 | 75 | 55 | 0 | 100 | 112 | 41 | 10 | 72 | 52 |
| Binary | 10101010 | 111101 | 101101 | 0 | 1000000 | 1001010 | 100001 | 1000 | 111010 | 101010 |
Color Harmonies of #AA3D2D
Complementary color
Monochromatic Colors of #AA3D2D
Black with #AA3D2D
Text Example
Text Example
White with #AA3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D2D; }
p { color: rgb(170,61,45); }
H1.HeaderClassName
{
color: #AA3D2D;
}
.AnyTagClassName
{
color: #AA3D2D;
}
</style>
background-color css
<style>
a { background-color: #AA3D2D; }
a { background-color: rgb(170,61,45); }
div.DivClassName
{
background-color: #AA3D2D;
}
.BgClassName
{
background-color: #AA3D2D;
}
</style>
border-color css
<style>
span { border-color: #AA3D2D; }
span { border-color: rgb(170,61,45); }
td.TdClassName
{
border-color: #AA3D2D;
}
.TagClassName
{
border-color: #AA3D2D;
}
</style>