Shades of Medium Carmine #AA3836
Tints of Medium Carmine #AA3836
RGB
CMYK
RGB Variations
Color information
#AA3836 (or 0xAA3836) is known color: Medium Carmine. HEX triplet: AA, 38 and 36. RGB value is (170,56,54). Sum of RGB (Red+Green+Blue) = 170+56+54=280 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.71% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 54 (21.48% from 255 or 19.29% from 280); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3836 is #55C7C9. Grayscale: #595959. Windows color (decimal): -5621706 or 3553450. OLE color: 3553450.
HSL color Cylindrical-coordinate representation of color #AA3836: hue angle of 1.03º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3836 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 54 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.33 |
| HSL | 1.03º | 0.52% | 0.44% | - |
| HSV(B) | 1.03º | 0.68% | 0.67% | - |
| XYZ | 18.66 | 11.64 | 4.75 | - |
| YUV | 89.86 | 107.77 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 54 | 0 | 0.67 | 0.68 | 0.33 | 1.03 | 0.52 | 0.44 |
| Hex | AA | 38 | 36 | 0 | 43 | 44 | 21 | 1 | 34 | 2C |
| Octal | 252 | 70 | 66 | 0 | 103 | 104 | 41 | 1 | 64 | 54 |
| Binary | 10101010 | 111000 | 110110 | 0 | 1000011 | 1000100 | 100001 | 1 | 110100 | 101100 |
Color Harmonies of #AA3836
Complementary color
Monochromatic Colors of #AA3836
Black with #AA3836
Text Example
Text Example
White with #AA3836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3836; }
p { color: rgb(170,56,54); }
H1.HeaderClassName
{
color: #AA3836;
}
.AnyTagClassName
{
color: #AA3836;
}
</style>
background-color css
<style>
a { background-color: #AA3836; }
a { background-color: rgb(170,56,54); }
div.DivClassName
{
background-color: #AA3836;
}
.BgClassName
{
background-color: #AA3836;
}
</style>
border-color css
<style>
span { border-color: #AA3836; }
span { border-color: rgb(170,56,54); }
td.TdClassName
{
border-color: #AA3836;
}
.TagClassName
{
border-color: #AA3836;
}
</style>