Shades of Medium Carmine #AD4032
Tints of Medium Carmine #AD4032
RGB
CMYK
RGB Variations
Color information
#AD4032 (or 0xAD4032) is known color: Medium Carmine. HEX triplet: AD, 40 and 32. RGB value is (173,64,50). Sum of RGB (Red+Green+Blue) = 173+64+50=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4032 is #52BFCD. Grayscale: #5F5F5F. Windows color (decimal): -5423054 or 3293357. OLE color: 3293357.
HSL color Cylindrical-coordinate representation of color #AD4032: hue angle of 6.83º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4032 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 50 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.32 |
| HSL | 6.83º | 0.55% | 0.44% | - |
| HSV(B) | 6.83º | 0.71% | 0.68% | - |
| XYZ | 19.64 | 12.78 | 4.45 | - |
| YUV | 95 | 102.61 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 50 | 0 | 0.63 | 0.71 | 0.32 | 6.83 | 0.55 | 0.44 |
| Hex | AD | 40 | 32 | 0 | 3F | 47 | 20 | 7 | 37 | 2C |
| Octal | 255 | 100 | 62 | 0 | 77 | 107 | 40 | 7 | 67 | 54 |
| Binary | 10101101 | 1000000 | 110010 | 0 | 111111 | 1000111 | 100000 | 111 | 110111 | 101100 |
Color Harmonies of #AD4032
Complementary color
Monochromatic Colors of #AD4032
Black with #AD4032
Text Example
Text Example
White with #AD4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4032; }
p { color: rgb(173,64,50); }
H1.HeaderClassName
{
color: #AD4032;
}
.AnyTagClassName
{
color: #AD4032;
}
</style>
background-color css
<style>
a { background-color: #AD4032; }
a { background-color: rgb(173,64,50); }
div.DivClassName
{
background-color: #AD4032;
}
.BgClassName
{
background-color: #AD4032;
}
</style>
border-color css
<style>
span { border-color: #AD4032; }
span { border-color: rgb(173,64,50); }
td.TdClassName
{
border-color: #AD4032;
}
.TagClassName
{
border-color: #AD4032;
}
</style>