Shades of Medium Carmine #AA3D34
Tints of Medium Carmine #AA3D34
RGB
CMYK
RGB Variations
Color information
#AA3D34 (or 0xAA3D34) is known color: Medium Carmine. HEX triplet: AA, 3D and 34. RGB value is (170,61,52). Sum of RGB (Red+Green+Blue) = 170+61+52=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D34 is #55C2CB. Grayscale: #5C5C5C. Windows color (decimal): -5620428 or 3423658. OLE color: 3423658.
HSL color Cylindrical-coordinate representation of color #AA3D34: hue angle of 4.58º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3D34 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 61 | 52 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.33 |
| HSL | 4.58º | 0.53% | 0.44% | - |
| HSV(B) | 4.58º | 0.69% | 0.67% | - |
| XYZ | 18.87 | 12.13 | 4.6 | - |
| YUV | 92.57 | 105.11 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 61 | 52 | 0 | 0.64 | 0.69 | 0.33 | 4.58 | 0.53 | 0.44 |
| Hex | AA | 3D | 34 | 0 | 40 | 45 | 21 | 5 | 35 | 2C |
| Octal | 252 | 75 | 64 | 0 | 100 | 105 | 41 | 5 | 65 | 54 |
| Binary | 10101010 | 111101 | 110100 | 0 | 1000000 | 1000101 | 100001 | 101 | 110101 | 101100 |
Color Harmonies of #AA3D34
Complementary color
Monochromatic Colors of #AA3D34
Black with #AA3D34
Text Example
Text Example
White with #AA3D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3D34; }
p { color: rgb(170,61,52); }
H1.HeaderClassName
{
color: #AA3D34;
}
.AnyTagClassName
{
color: #AA3D34;
}
</style>
background-color css
<style>
a { background-color: #AA3D34; }
a { background-color: rgb(170,61,52); }
div.DivClassName
{
background-color: #AA3D34;
}
.BgClassName
{
background-color: #AA3D34;
}
</style>
border-color css
<style>
span { border-color: #AA3D34; }
span { border-color: rgb(170,61,52); }
td.TdClassName
{
border-color: #AA3D34;
}
.TagClassName
{
border-color: #AA3D34;
}
</style>