Shades of Medium Carmine #AD3F37
Tints of Medium Carmine #AD3F37
RGB
CMYK
RGB Variations
Color information
#AD3F37 (or 0xAD3F37) is known color: Medium Carmine. HEX triplet: AD, 3F and 37. RGB value is (173,63,55). Sum of RGB (Red+Green+Blue) = 173+63+55=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F37 is #52C0C8. Grayscale: #5F5F5F. Windows color (decimal): -5423305 or 3620781. OLE color: 3620781.
HSL color Cylindrical-coordinate representation of color #AD3F37: hue angle of 4.07º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3F37 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 55 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.32 |
| HSL | 4.07º | 0.52% | 0.45% | - |
| HSV(B) | 4.07º | 0.68% | 0.68% | - |
| XYZ | 19.7 | 12.72 | 5.03 | - |
| YUV | 94.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 55 | 0 | 0.64 | 0.68 | 0.32 | 4.07 | 0.52 | 0.45 |
| Hex | AD | 3F | 37 | 0 | 40 | 44 | 20 | 4 | 34 | 2D |
| Octal | 255 | 77 | 67 | 0 | 100 | 104 | 40 | 4 | 64 | 55 |
| Binary | 10101101 | 111111 | 110111 | 0 | 1000000 | 1000100 | 100000 | 100 | 110100 | 101101 |
Color Harmonies of #AD3F37
Complementary color
Monochromatic Colors of #AD3F37
Black with #AD3F37
Text Example
Text Example
White with #AD3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F37; }
p { color: rgb(173,63,55); }
H1.HeaderClassName
{
color: #AD3F37;
}
.AnyTagClassName
{
color: #AD3F37;
}
</style>
background-color css
<style>
a { background-color: #AD3F37; }
a { background-color: rgb(173,63,55); }
div.DivClassName
{
background-color: #AD3F37;
}
.BgClassName
{
background-color: #AD3F37;
}
</style>
border-color css
<style>
span { border-color: #AD3F37; }
span { border-color: rgb(173,63,55); }
td.TdClassName
{
border-color: #AD3F37;
}
.TagClassName
{
border-color: #AD3F37;
}
</style>