Shades of Medium Carmine #AD3C34
Tints of Medium Carmine #AD3C34
RGB
CMYK
RGB Variations
Color information
#AD3C34 (or 0xAD3C34) is known color: Medium Carmine. HEX triplet: AD, 3C and 34. RGB value is (173,60,52). Sum of RGB (Red+Green+Blue) = 173+60+52=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C34 is #52C3CB. Grayscale: #5D5D5D. Windows color (decimal): -5424076 or 3423405. OLE color: 3423405.
HSL color Cylindrical-coordinate representation of color #AD3C34: hue angle of 3.97º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD3C34 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 60 | 52 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.32 |
| HSL | 3.97º | 0.54% | 0.44% | - |
| HSV(B) | 3.97º | 0.7% | 0.68% | - |
| XYZ | 19.47 | 12.36 | 4.61 | - |
| YUV | 92.88 | 104.94 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 52 | 0 | 0.65 | 0.70 | 0.32 | 3.97 | 0.54 | 0.44 |
| Hex | AD | 3C | 34 | 0 | 41 | 46 | 20 | 4 | 36 | 2C |
| Octal | 255 | 74 | 64 | 0 | 101 | 106 | 40 | 4 | 66 | 54 |
| Binary | 10101101 | 111100 | 110100 | 0 | 1000001 | 1000110 | 100000 | 100 | 110110 | 101100 |
Color Harmonies of #AD3C34
Complementary color
Monochromatic Colors of #AD3C34
Black with #AD3C34
Text Example
Text Example
White with #AD3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3C34; }
p { color: rgb(173,60,52); }
H1.HeaderClassName
{
color: #AD3C34;
}
.AnyTagClassName
{
color: #AD3C34;
}
</style>
background-color css
<style>
a { background-color: #AD3C34; }
a { background-color: rgb(173,60,52); }
div.DivClassName
{
background-color: #AD3C34;
}
.BgClassName
{
background-color: #AD3C34;
}
</style>
border-color css
<style>
span { border-color: #AD3C34; }
span { border-color: rgb(173,60,52); }
td.TdClassName
{
border-color: #AD3C34;
}
.TagClassName
{
border-color: #AD3C34;
}
</style>