Shades of Medium Carmine #AD352C
Tints of Medium Carmine #AD352C
RGB
CMYK
RGB Variations
Color information
#AD352C (or 0xAD352C) is known color: Medium Carmine. HEX triplet: AD, 35 and 2C. RGB value is (173,53,44). Sum of RGB (Red+Green+Blue) = 173+53+44=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD352C is #52CAD3. Grayscale: #585858. Windows color (decimal): -5425876 or 2897325. OLE color: 2897325.
HSL color Cylindrical-coordinate representation of color #AD352C: hue angle of 4.19º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD352C is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 44 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.32 |
| HSL | 4.19º | 0.59% | 0.43% | - |
| HSV(B) | 4.19º | 0.75% | 0.68% | - |
| XYZ | 18.96 | 11.61 | 3.62 | - |
| YUV | 87.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 44 | 0 | 0.69 | 0.75 | 0.32 | 4.19 | 0.59 | 0.43 |
| Hex | AD | 35 | 2C | 0 | 45 | 4B | 20 | 4 | 3B | 2B |
| Octal | 255 | 65 | 54 | 0 | 105 | 113 | 40 | 4 | 73 | 53 |
| Binary | 10101101 | 110101 | 101100 | 0 | 1000101 | 1001011 | 100000 | 100 | 111011 | 101011 |
Color Harmonies of #AD352C
Complementary color
Monochromatic Colors of #AD352C
Black with #AD352C
Text Example
Text Example
White with #AD352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD352C; }
p { color: rgb(173,53,44); }
H1.HeaderClassName
{
color: #AD352C;
}
.AnyTagClassName
{
color: #AD352C;
}
</style>
background-color css
<style>
a { background-color: #AD352C; }
a { background-color: rgb(173,53,44); }
div.DivClassName
{
background-color: #AD352C;
}
.BgClassName
{
background-color: #AD352C;
}
</style>
border-color css
<style>
span { border-color: #AD352C; }
span { border-color: rgb(173,53,44); }
td.TdClassName
{
border-color: #AD352C;
}
.TagClassName
{
border-color: #AD352C;
}
</style>