Shades of Medium Carmine #AD3E34
Tints of Medium Carmine #AD3E34
RGB
CMYK
RGB Variations
Color information
#AD3E34 (or 0xAD3E34) is known color: Medium Carmine. HEX triplet: AD, 3E and 34. RGB value is (173,62,52). Sum of RGB (Red+Green+Blue) = 173+62+52=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E34 is #52C1CB. Grayscale: #5E5E5E. Windows color (decimal): -5423564 or 3423917. OLE color: 3423917.
HSL color Cylindrical-coordinate representation of color #AD3E34: hue angle of 4.96º 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 #AD3E34 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 52 | - |
| CMYK | 0 | 0.64 | 0.70 | 0.32 |
| HSL | 4.96º | 0.54% | 0.44% | - |
| HSV(B) | 4.96º | 0.7% | 0.68% | - |
| XYZ | 19.58 | 12.58 | 4.64 | - |
| YUV | 94.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 52 | 0 | 0.64 | 0.70 | 0.32 | 4.96 | 0.54 | 0.44 |
| Hex | AD | 3E | 34 | 0 | 40 | 46 | 20 | 5 | 36 | 2C |
| Octal | 255 | 76 | 64 | 0 | 100 | 106 | 40 | 5 | 66 | 54 |
| Binary | 10101101 | 111110 | 110100 | 0 | 1000000 | 1000110 | 100000 | 101 | 110110 | 101100 |
Color Harmonies of #AD3E34
Complementary color
Monochromatic Colors of #AD3E34
Black with #AD3E34
Text Example
Text Example
White with #AD3E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E34; }
p { color: rgb(173,62,52); }
H1.HeaderClassName
{
color: #AD3E34;
}
.AnyTagClassName
{
color: #AD3E34;
}
</style>
background-color css
<style>
a { background-color: #AD3E34; }
a { background-color: rgb(173,62,52); }
div.DivClassName
{
background-color: #AD3E34;
}
.BgClassName
{
background-color: #AD3E34;
}
</style>
border-color css
<style>
span { border-color: #AD3E34; }
span { border-color: rgb(173,62,52); }
td.TdClassName
{
border-color: #AD3E34;
}
.TagClassName
{
border-color: #AD3E34;
}
</style>