Shades of Medium Carmine #AD372E
Tints of Medium Carmine #AD372E
RGB
CMYK
RGB Variations
Color information
#AD372E (or 0xAD372E) is known color: Medium Carmine. HEX triplet: AD, 37 and 2E. RGB value is (173,55,46). Sum of RGB (Red+Green+Blue) = 173+55+46=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD372E is #52C8D1. Grayscale: #595959. Windows color (decimal): -5425362 or 3028909. OLE color: 3028909.
HSL color Cylindrical-coordinate representation of color #AD372E: hue angle of 4.25º degrees, saturation: 0.58, 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 #AD372E is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 46 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.32 |
| HSL | 4.25º | 0.58% | 0.43% | - |
| HSV(B) | 4.25º | 0.73% | 0.68% | - |
| XYZ | 19.09 | 11.81 | 3.86 | - |
| YUV | 89.26 | 103.59 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 46 | 0 | 0.68 | 0.73 | 0.32 | 4.25 | 0.58 | 0.43 |
| Hex | AD | 37 | 2E | 0 | 44 | 49 | 20 | 4 | 3A | 2B |
| Octal | 255 | 67 | 56 | 0 | 104 | 111 | 40 | 4 | 72 | 53 |
| Binary | 10101101 | 110111 | 101110 | 0 | 1000100 | 1001001 | 100000 | 100 | 111010 | 101011 |
Color Harmonies of #AD372E
Complementary color
Monochromatic Colors of #AD372E
Black with #AD372E
Text Example
Text Example
White with #AD372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD372E; }
p { color: rgb(173,55,46); }
H1.HeaderClassName
{
color: #AD372E;
}
.AnyTagClassName
{
color: #AD372E;
}
</style>
background-color css
<style>
a { background-color: #AD372E; }
a { background-color: rgb(173,55,46); }
div.DivClassName
{
background-color: #AD372E;
}
.BgClassName
{
background-color: #AD372E;
}
</style>
border-color css
<style>
span { border-color: #AD372E; }
span { border-color: rgb(173,55,46); }
td.TdClassName
{
border-color: #AD372E;
}
.TagClassName
{
border-color: #AD372E;
}
</style>