Shades of Medium Carmine #AD3C24
Tints of Medium Carmine #AD3C24
RGB
CMYK
RGB Variations
Color information
#AD3C24 (or 0xAD3C24) is known color: Medium Carmine. HEX triplet: AD, 3C and 24. RGB value is (173,60,36). Sum of RGB (Red+Green+Blue) = 173+60+36=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C24 is #52C3DB. Grayscale: #5B5B5B. Windows color (decimal): -5424092 or 2374829. OLE color: 2374829.
HSL color Cylindrical-coordinate representation of color #AD3C24: hue angle of 10.51º 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 #AD3C24 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 60 | 36 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.32 |
| HSL | 10.51º | 0.66% | 0.41% | - |
| HSV(B) | 10.51º | 0.79% | 0.68% | - |
| XYZ | 19.17 | 12.24 | 3.02 | - |
| YUV | 91.05 | 96.94 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 36 | 0 | 0.65 | 0.79 | 0.32 | 10.51 | 0.66 | 0.41 |
| Hex | AD | 3C | 24 | 0 | 41 | 4F | 20 | B | 42 | 29 |
| Octal | 255 | 74 | 44 | 0 | 101 | 117 | 40 | 13 | 102 | 51 |
| Binary | 10101101 | 111100 | 100100 | 0 | 1000001 | 1001111 | 100000 | 1011 | 1000010 | 101001 |
Color Harmonies of #AD3C24
Complementary color
Monochromatic Colors of #AD3C24
Black with #AD3C24
Text Example
Text Example
White with #AD3C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3C24; }
p { color: rgb(173,60,36); }
H1.HeaderClassName
{
color: #AD3C24;
}
.AnyTagClassName
{
color: #AD3C24;
}
</style>
background-color css
<style>
a { background-color: #AD3C24; }
a { background-color: rgb(173,60,36); }
div.DivClassName
{
background-color: #AD3C24;
}
.BgClassName
{
background-color: #AD3C24;
}
</style>
border-color css
<style>
span { border-color: #AD3C24; }
span { border-color: rgb(173,60,36); }
td.TdClassName
{
border-color: #AD3C24;
}
.TagClassName
{
border-color: #AD3C24;
}
</style>