Shades of Medium Carmine #AD3724
Tints of Medium Carmine #AD3724
RGB
CMYK
RGB Variations
Color information
#AD3724 (or 0xAD3724) is known color: Medium Carmine. HEX triplet: AD, 37 and 24. RGB value is (173,55,36). Sum of RGB (Red+Green+Blue) = 173+55+36=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3724 is #52C8DB. Grayscale: #585858. Windows color (decimal): -5425372 or 2373549. OLE color: 2373549.
HSL color Cylindrical-coordinate representation of color #AD3724: hue angle of 8.32º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD3724 is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 36 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.32 |
| HSL | 8.32º | 0.66% | 0.41% | - |
| HSV(B) | 8.32º | 0.79% | 0.68% | - |
| XYZ | 18.92 | 11.74 | 2.94 | - |
| YUV | 88.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 36 | 0 | 0.68 | 0.79 | 0.32 | 8.32 | 0.66 | 0.41 |
| Hex | AD | 37 | 24 | 0 | 44 | 4F | 20 | 8 | 42 | 29 |
| Octal | 255 | 67 | 44 | 0 | 104 | 117 | 40 | 10 | 102 | 51 |
| Binary | 10101101 | 110111 | 100100 | 0 | 1000100 | 1001111 | 100000 | 1000 | 1000010 | 101001 |
Color Harmonies of #AD3724
Complementary color
Monochromatic Colors of #AD3724
Black with #AD3724
Text Example
Text Example
White with #AD3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3724; }
p { color: rgb(173,55,36); }
H1.HeaderClassName
{
color: #AD3724;
}
.AnyTagClassName
{
color: #AD3724;
}
</style>
background-color css
<style>
a { background-color: #AD3724; }
a { background-color: rgb(173,55,36); }
div.DivClassName
{
background-color: #AD3724;
}
.BgClassName
{
background-color: #AD3724;
}
</style>
border-color css
<style>
span { border-color: #AD3724; }
span { border-color: rgb(173,55,36); }
td.TdClassName
{
border-color: #AD3724;
}
.TagClassName
{
border-color: #AD3724;
}
</style>