Shades of Medium Carmine #AA3835
Tints of Medium Carmine #AA3835
RGB
CMYK
RGB Variations
Color information
#AA3835 (or 0xAA3835) is known color: Medium Carmine. HEX triplet: AA, 38 and 35. RGB value is (170,56,53). Sum of RGB (Red+Green+Blue) = 170+56+53=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3835 is #55C7CA. Grayscale: #595959. Windows color (decimal): -5621707 or 3487914. OLE color: 3487914.
HSL color Cylindrical-coordinate representation of color #AA3835: hue angle of 1.54º degrees, saturation: 0.52, 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 #AA3835 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 56 | 53 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.33 |
| HSL | 1.54º | 0.52% | 0.44% | - |
| HSV(B) | 1.54º | 0.69% | 0.67% | - |
| XYZ | 18.63 | 11.63 | 4.63 | - |
| YUV | 89.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 56 | 53 | 0 | 0.67 | 0.69 | 0.33 | 1.54 | 0.52 | 0.44 |
| Hex | AA | 38 | 35 | 0 | 43 | 45 | 21 | 2 | 34 | 2C |
| Octal | 252 | 70 | 65 | 0 | 103 | 105 | 41 | 2 | 64 | 54 |
| Binary | 10101010 | 111000 | 110101 | 0 | 1000011 | 1000101 | 100001 | 10 | 110100 | 101100 |
Color Harmonies of #AA3835
Complementary color
Monochromatic Colors of #AA3835
Black with #AA3835
Text Example
Text Example
White with #AA3835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA3835; }
p { color: rgb(170,56,53); }
H1.HeaderClassName
{
color: #AA3835;
}
.AnyTagClassName
{
color: #AA3835;
}
</style>
background-color css
<style>
a { background-color: #AA3835; }
a { background-color: rgb(170,56,53); }
div.DivClassName
{
background-color: #AA3835;
}
.BgClassName
{
background-color: #AA3835;
}
</style>
border-color css
<style>
span { border-color: #AA3835; }
span { border-color: rgb(170,56,53); }
td.TdClassName
{
border-color: #AA3835;
}
.TagClassName
{
border-color: #AA3835;
}
</style>