Shades of Medium Carmine #AD3735
Tints of Medium Carmine #AD3735
RGB
CMYK
RGB Variations
Color information
#AD3735 (or 0xAD3735) is known color: Medium Carmine. HEX triplet: AD, 37 and 35. RGB value is (173,55,53). Sum of RGB (Red+Green+Blue) = 173+55+53=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3735 is #52C8CA. Grayscale: #5A5A5A. Windows color (decimal): -5425355 or 3487661. OLE color: 3487661.
HSL color Cylindrical-coordinate representation of color #AD3735: hue angle of 1º 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 #AD3735 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 53 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.32 |
| HSL | 1º | 0.53% | 0.44% | - |
| HSV(B) | 1º | 0.69% | 0.68% | - |
| XYZ | 19.24 | 11.87 | 4.65 | - |
| YUV | 90.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 53 | 0 | 0.68 | 0.69 | 0.32 | 1 | 0.53 | 0.44 |
| Hex | AD | 37 | 35 | 0 | 44 | 45 | 20 | 1 | 35 | 2C |
| Octal | 255 | 67 | 65 | 0 | 104 | 105 | 40 | 1 | 65 | 54 |
| Binary | 10101101 | 110111 | 110101 | 0 | 1000100 | 1000101 | 100000 | 1 | 110101 | 101100 |
Color Harmonies of #AD3735
Complementary color
Monochromatic Colors of #AD3735
Black with #AD3735
Text Example
Text Example
White with #AD3735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3735; }
p { color: rgb(173,55,53); }
H1.HeaderClassName
{
color: #AD3735;
}
.AnyTagClassName
{
color: #AD3735;
}
</style>
background-color css
<style>
a { background-color: #AD3735; }
a { background-color: rgb(173,55,53); }
div.DivClassName
{
background-color: #AD3735;
}
.BgClassName
{
background-color: #AD3735;
}
</style>
border-color css
<style>
span { border-color: #AD3735; }
span { border-color: rgb(173,55,53); }
td.TdClassName
{
border-color: #AD3735;
}
.TagClassName
{
border-color: #AD3735;
}
</style>