Shades of Medium Carmine #AD3726
Tints of Medium Carmine #AD3726
RGB
CMYK
RGB Variations
Color information
#AD3726 (or 0xAD3726) is known color: Medium Carmine. HEX triplet: AD, 37 and 26. RGB value is (173,55,38). Sum of RGB (Red+Green+Blue) = 173+55+38=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3726 is #52C8D9. Grayscale: #585858. Windows color (decimal): -5425370 or 2504621. OLE color: 2504621.
HSL color Cylindrical-coordinate representation of color #AD3726: hue angle of 7.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD3726 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 38 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.32 |
| HSL | 7.56º | 0.64% | 0.41% | - |
| HSV(B) | 7.56º | 0.78% | 0.68% | - |
| XYZ | 18.95 | 11.76 | 3.1 | - |
| YUV | 88.34 | 99.59 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 38 | 0 | 0.68 | 0.78 | 0.32 | 7.56 | 0.64 | 0.41 |
| Hex | AD | 37 | 26 | 0 | 44 | 4E | 20 | 8 | 40 | 29 |
| Octal | 255 | 67 | 46 | 0 | 104 | 116 | 40 | 10 | 100 | 51 |
| Binary | 10101101 | 110111 | 100110 | 0 | 1000100 | 1001110 | 100000 | 1000 | 1000000 | 101001 |
Color Harmonies of #AD3726
Complementary color
Monochromatic Colors of #AD3726
Black with #AD3726
Text Example
Text Example
White with #AD3726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3726; }
p { color: rgb(173,55,38); }
H1.HeaderClassName
{
color: #AD3726;
}
.AnyTagClassName
{
color: #AD3726;
}
</style>
background-color css
<style>
a { background-color: #AD3726; }
a { background-color: rgb(173,55,38); }
div.DivClassName
{
background-color: #AD3726;
}
.BgClassName
{
background-color: #AD3726;
}
</style>
border-color css
<style>
span { border-color: #AD3726; }
span { border-color: rgb(173,55,38); }
td.TdClassName
{
border-color: #AD3726;
}
.TagClassName
{
border-color: #AD3726;
}
</style>