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