Shades of Medium Carmine #AA3938
Tints of Medium Carmine #AA3938
RGB
CMYK
RGB Variations
Color information
#AA3938 (or 0xAA3938) is known color: Medium Carmine. HEX triplet: AA, 39 and 38. RGB value is (170,57,56). Sum of RGB (Red+Green+Blue) = 170+57+56=283 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.07% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3938 is #55C6C7. Grayscale: #5A5A5A. Windows color (decimal): -5621448 or 3684778. OLE color: 3684778.
HSL color Cylindrical-coordinate representation of color #AA3938: hue angle of 0.53º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA3938 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 57 | 56 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.33 |
| HSL | 0.53º | 0.5% | 0.44% | - |
| HSV(B) | 0.53º | 0.67% | 0.67% | - |
| XYZ | 18.75 | 11.76 | 5.02 | - |
| YUV | 90.67 | 108.44 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 57 | 56 | 0 | 0.66 | 0.67 | 0.33 | 0.53 | 0.5 | 0.44 |
| Hex | AA | 39 | 38 | 0 | 42 | 43 | 21 | 1 | 32 | 2C |
| Octal | 252 | 71 | 70 | 0 | 102 | 103 | 41 | 1 | 62 | 54 |
| Binary | 10101010 | 111001 | 111000 | 0 | 1000010 | 1000011 | 100001 | 1 | 110010 | 101100 |
Color Harmonies of #AA3938
Complementary color
Monochromatic Colors of #AA3938
Black with #AA3938
Text Example
Text Example
White with #AA3938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3938; }
p { color: rgb(170,57,56); }
H1.HeaderClassName
{
color: #AA3938;
}
.AnyTagClassName
{
color: #AA3938;
}
</style>
background-color css
<style>
a { background-color: #AA3938; }
a { background-color: rgb(170,57,56); }
div.DivClassName
{
background-color: #AA3938;
}
.BgClassName
{
background-color: #AA3938;
}
</style>
border-color css
<style>
span { border-color: #AA3938; }
span { border-color: rgb(170,57,56); }
td.TdClassName
{
border-color: #AA3938;
}
.TagClassName
{
border-color: #AA3938;
}
</style>