Shades of Medium Carmine #AD4733
Tints of Medium Carmine #AD4733
RGB
CMYK
RGB Variations
Color information
#AD4733 (or 0xAD4733) is known color: Medium Carmine. HEX triplet: AD, 47 and 33. RGB value is (173,71,51). Sum of RGB (Red+Green+Blue) = 173+71+51=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4733 is #52B8CC. Grayscale: #636363. Windows color (decimal): -5421261 or 3360685. OLE color: 3360685.
HSL color Cylindrical-coordinate representation of color #AD4733: hue angle of 9.84º degrees, saturation: 0.54, 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 #AD4733 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 51 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.32 |
| HSL | 9.84º | 0.54% | 0.44% | - |
| HSV(B) | 9.84º | 0.71% | 0.68% | - |
| XYZ | 20.08 | 13.63 | 4.7 | - |
| YUV | 99.22 | 100.79 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 51 | 0 | 0.59 | 0.71 | 0.32 | 9.84 | 0.54 | 0.44 |
| Hex | AD | 47 | 33 | 0 | 3B | 47 | 20 | A | 36 | 2C |
| Octal | 255 | 107 | 63 | 0 | 73 | 107 | 40 | 12 | 66 | 54 |
| Binary | 10101101 | 1000111 | 110011 | 0 | 111011 | 1000111 | 100000 | 1010 | 110110 | 101100 |
Color Harmonies of #AD4733
Complementary color
Monochromatic Colors of #AD4733
Black with #AD4733
Text Example
Text Example
White with #AD4733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4733; }
p { color: rgb(173,71,51); }
H1.HeaderClassName
{
color: #AD4733;
}
.AnyTagClassName
{
color: #AD4733;
}
</style>
background-color css
<style>
a { background-color: #AD4733; }
a { background-color: rgb(173,71,51); }
div.DivClassName
{
background-color: #AD4733;
}
.BgClassName
{
background-color: #AD4733;
}
</style>
border-color css
<style>
span { border-color: #AD4733; }
span { border-color: rgb(173,71,51); }
td.TdClassName
{
border-color: #AD4733;
}
.TagClassName
{
border-color: #AD4733;
}
</style>