Shades of Medium Carmine #AD3835
Tints of Medium Carmine #AD3835
RGB
CMYK
RGB Variations
Color information
#AD3835 (or 0xAD3835) is known color: Medium Carmine. HEX triplet: AD, 38 and 35. RGB value is (173,56,53). Sum of RGB (Red+Green+Blue) = 173+56+53=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3835 is #52C7CA. Grayscale: #5A5A5A. Windows color (decimal): -5425099 or 3487917. OLE color: 3487917.
HSL color Cylindrical-coordinate representation of color #AD3835: hue angle of 1.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 #AD3835 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 56 | 53 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.32 |
| HSL | 1.5º | 0.53% | 0.44% | - |
| HSV(B) | 1.5º | 0.69% | 0.68% | - |
| XYZ | 19.29 | 11.97 | 4.66 | - |
| YUV | 90.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 56 | 53 | 0 | 0.68 | 0.69 | 0.32 | 1.5 | 0.53 | 0.44 |
| Hex | AD | 38 | 35 | 0 | 44 | 45 | 20 | 2 | 35 | 2C |
| Octal | 255 | 70 | 65 | 0 | 104 | 105 | 40 | 2 | 65 | 54 |
| Binary | 10101101 | 111000 | 110101 | 0 | 1000100 | 1000101 | 100000 | 10 | 110101 | 101100 |
Color Harmonies of #AD3835
Complementary color
Monochromatic Colors of #AD3835
Black with #AD3835
Text Example
Text Example
White with #AD3835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3835; }
p { color: rgb(173,56,53); }
H1.HeaderClassName
{
color: #AD3835;
}
.AnyTagClassName
{
color: #AD3835;
}
</style>
background-color css
<style>
a { background-color: #AD3835; }
a { background-color: rgb(173,56,53); }
div.DivClassName
{
background-color: #AD3835;
}
.BgClassName
{
background-color: #AD3835;
}
</style>
border-color css
<style>
span { border-color: #AD3835; }
span { border-color: rgb(173,56,53); }
td.TdClassName
{
border-color: #AD3835;
}
.TagClassName
{
border-color: #AD3835;
}
</style>