Shades of Medium Carmine #AD4833
Tints of Medium Carmine #AD4833
RGB
CMYK
RGB Variations
Color information
#AD4833 (or 0xAD4833) is known color: Medium Carmine. HEX triplet: AD, 48 and 33. RGB value is (173,72,51). Sum of RGB (Red+Green+Blue) = 173+72+51=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4833 is #52B7CC. Grayscale: #636363. Windows color (decimal): -5421005 or 3360941. OLE color: 3360941.
HSL color Cylindrical-coordinate representation of color #AD4833: hue angle of 10.33º 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 #AD4833 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 51 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.32 |
| HSL | 10.33º | 0.54% | 0.44% | - |
| HSV(B) | 10.33º | 0.71% | 0.68% | - |
| XYZ | 20.15 | 13.76 | 4.73 | - |
| YUV | 99.81 | 100.46 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 51 | 0 | 0.58 | 0.71 | 0.32 | 10.33 | 0.54 | 0.44 |
| Hex | AD | 48 | 33 | 0 | 3A | 47 | 20 | A | 36 | 2C |
| Octal | 255 | 110 | 63 | 0 | 72 | 107 | 40 | 12 | 66 | 54 |
| Binary | 10101101 | 1001000 | 110011 | 0 | 111010 | 1000111 | 100000 | 1010 | 110110 | 101100 |
Color Harmonies of #AD4833
Complementary color
Monochromatic Colors of #AD4833
Black with #AD4833
Text Example
Text Example
White with #AD4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4833; }
p { color: rgb(173,72,51); }
H1.HeaderClassName
{
color: #AD4833;
}
.AnyTagClassName
{
color: #AD4833;
}
</style>
background-color css
<style>
a { background-color: #AD4833; }
a { background-color: rgb(173,72,51); }
div.DivClassName
{
background-color: #AD4833;
}
.BgClassName
{
background-color: #AD4833;
}
</style>
border-color css
<style>
span { border-color: #AD4833; }
span { border-color: rgb(173,72,51); }
td.TdClassName
{
border-color: #AD4833;
}
.TagClassName
{
border-color: #AD4833;
}
</style>