Shades of Medium Carmine #AD3535
Tints of Medium Carmine #AD3535
RGB
CMYK
RGB Variations
Color information
#AD3535 (or 0xAD3535) is known color: Medium Carmine. HEX triplet: AD, 35 and 35. RGB value is (173,53,53). Sum of RGB (Red+Green+Blue) = 173+53+53=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3535 is #52CACA. Grayscale: #595959. Windows color (decimal): -5425867 or 3487149. OLE color: 3487149.
HSL color Cylindrical-coordinate representation of color #AD3535: hue angle of 0º 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 #AD3535 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 53 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.32 |
| HSL | 0º | 0.53% | 0.44% | - |
| HSV(B) | 0º | 0.69% | 0.68% | - |
| XYZ | 19.15 | 11.69 | 4.61 | - |
| YUV | 88.88 | 107.76 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 53 | 0 | 0.69 | 0.69 | 0.32 | 0 | 0.53 | 0.44 |
| Hex | AD | 35 | 35 | 0 | 45 | 45 | 20 | 0 | 35 | 2C |
| Octal | 255 | 65 | 65 | 0 | 105 | 105 | 40 | 0 | 65 | 54 |
| Binary | 10101101 | 110101 | 110101 | 0 | 1000101 | 1000101 | 100000 | 0 | 110101 | 101100 |
Color Harmonies of #AD3535
Complementary color
Monochromatic Colors of #AD3535
Black with #AD3535
Text Example
Text Example
White with #AD3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3535; }
p { color: rgb(173,53,53); }
H1.HeaderClassName
{
color: #AD3535;
}
.AnyTagClassName
{
color: #AD3535;
}
</style>
background-color css
<style>
a { background-color: #AD3535; }
a { background-color: rgb(173,53,53); }
div.DivClassName
{
background-color: #AD3535;
}
.BgClassName
{
background-color: #AD3535;
}
</style>
border-color css
<style>
span { border-color: #AD3535; }
span { border-color: rgb(173,53,53); }
td.TdClassName
{
border-color: #AD3535;
}
.TagClassName
{
border-color: #AD3535;
}
</style>