Shades of Medium Carmine #AD4535
Tints of Medium Carmine #AD4535
RGB
CMYK
RGB Variations
Color information
#AD4535 (or 0xAD4535) is known color: Medium Carmine. HEX triplet: AD, 45 and 35. RGB value is (173,69,53). Sum of RGB (Red+Green+Blue) = 173+69+53=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4535 is #52BACA. Grayscale: #626262. Windows color (decimal): -5421771 or 3491245. OLE color: 3491245.
HSL color Cylindrical-coordinate representation of color #AD4535: hue angle of 8º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4535 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 53 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.32 |
| HSL | 8º | 0.53% | 0.44% | - |
| HSV(B) | 8º | 0.69% | 0.68% | - |
| XYZ | 20 | 13.4 | 4.9 | - |
| YUV | 98.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 53 | 0 | 0.60 | 0.69 | 0.32 | 8 | 0.53 | 0.44 |
| Hex | AD | 45 | 35 | 0 | 3C | 45 | 20 | 8 | 35 | 2C |
| Octal | 255 | 105 | 65 | 0 | 74 | 105 | 40 | 10 | 65 | 54 |
| Binary | 10101101 | 1000101 | 110101 | 0 | 111100 | 1000101 | 100000 | 1000 | 110101 | 101100 |
Color Harmonies of #AD4535
Complementary color
Monochromatic Colors of #AD4535
Black with #AD4535
Text Example
Text Example
White with #AD4535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4535; }
p { color: rgb(173,69,53); }
H1.HeaderClassName
{
color: #AD4535;
}
.AnyTagClassName
{
color: #AD4535;
}
</style>
background-color css
<style>
a { background-color: #AD4535; }
a { background-color: rgb(173,69,53); }
div.DivClassName
{
background-color: #AD4535;
}
.BgClassName
{
background-color: #AD4535;
}
</style>
border-color css
<style>
span { border-color: #AD4535; }
span { border-color: rgb(173,69,53); }
td.TdClassName
{
border-color: #AD4535;
}
.TagClassName
{
border-color: #AD4535;
}
</style>