Shades of Medium Carmine #AD3C2F
Tints of Medium Carmine #AD3C2F
RGB
CMYK
RGB Variations
Color information
#AD3C2F (or 0xAD3C2F) is known color: Medium Carmine. HEX triplet: AD, 3C and 2F. RGB value is (173,60,47). Sum of RGB (Red+Green+Blue) = 173+60+47=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C2F is #52C3D0. Grayscale: #5C5C5C. Windows color (decimal): -5424081 or 3095725. OLE color: 3095725.
HSL color Cylindrical-coordinate representation of color #AD3C2F: hue angle of 6.19º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3C2F is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 60 | 47 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.32 |
| HSL | 6.19º | 0.57% | 0.43% | - |
| HSV(B) | 6.19º | 0.73% | 0.68% | - |
| XYZ | 19.36 | 12.32 | 4.05 | - |
| YUV | 92.31 | 102.44 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 47 | 0 | 0.65 | 0.73 | 0.32 | 6.19 | 0.57 | 0.43 |
| Hex | AD | 3C | 2F | 0 | 41 | 49 | 20 | 6 | 39 | 2B |
| Octal | 255 | 74 | 57 | 0 | 101 | 111 | 40 | 6 | 71 | 53 |
| Binary | 10101101 | 111100 | 101111 | 0 | 1000001 | 1001001 | 100000 | 110 | 111001 | 101011 |
Color Harmonies of #AD3C2F
Complementary color
Monochromatic Colors of #AD3C2F
Black with #AD3C2F
Text Example
Text Example
White with #AD3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3C2F; }
p { color: rgb(173,60,47); }
H1.HeaderClassName
{
color: #AD3C2F;
}
.AnyTagClassName
{
color: #AD3C2F;
}
</style>
background-color css
<style>
a { background-color: #AD3C2F; }
a { background-color: rgb(173,60,47); }
div.DivClassName
{
background-color: #AD3C2F;
}
.BgClassName
{
background-color: #AD3C2F;
}
</style>
border-color css
<style>
span { border-color: #AD3C2F; }
span { border-color: rgb(173,60,47); }
td.TdClassName
{
border-color: #AD3C2F;
}
.TagClassName
{
border-color: #AD3C2F;
}
</style>