Shades of Medium Carmine #AD4731
Tints of Medium Carmine #AD4731
RGB
CMYK
RGB Variations
Color information
#AD4731 (or 0xAD4731) is known color: Medium Carmine. HEX triplet: AD, 47 and 31. RGB value is (173,71,49). Sum of RGB (Red+Green+Blue) = 173+71+49=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4731 is #52B8CE. Grayscale: #636363. Windows color (decimal): -5421263 or 3229613. OLE color: 3229613.
HSL color Cylindrical-coordinate representation of color #AD4731: hue angle of 10.65º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD4731 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 49 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.32 |
| HSL | 10.65º | 0.56% | 0.44% | - |
| HSV(B) | 10.65º | 0.72% | 0.68% | - |
| XYZ | 20.04 | 13.61 | 4.48 | - |
| YUV | 98.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 49 | 0 | 0.59 | 0.72 | 0.32 | 10.65 | 0.56 | 0.44 |
| Hex | AD | 47 | 31 | 0 | 3B | 48 | 20 | B | 38 | 2C |
| Octal | 255 | 107 | 61 | 0 | 73 | 110 | 40 | 13 | 70 | 54 |
| Binary | 10101101 | 1000111 | 110001 | 0 | 111011 | 1001000 | 100000 | 1011 | 111000 | 101100 |
Color Harmonies of #AD4731
Complementary color
Monochromatic Colors of #AD4731
Black with #AD4731
Text Example
Text Example
White with #AD4731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4731; }
p { color: rgb(173,71,49); }
H1.HeaderClassName
{
color: #AD4731;
}
.AnyTagClassName
{
color: #AD4731;
}
</style>
background-color css
<style>
a { background-color: #AD4731; }
a { background-color: rgb(173,71,49); }
div.DivClassName
{
background-color: #AD4731;
}
.BgClassName
{
background-color: #AD4731;
}
</style>
border-color css
<style>
span { border-color: #AD4731; }
span { border-color: rgb(173,71,49); }
td.TdClassName
{
border-color: #AD4731;
}
.TagClassName
{
border-color: #AD4731;
}
</style>