Shades of Medium Carmine #AD4638
Tints of Medium Carmine #AD4638
RGB
CMYK
RGB Variations
Color information
#AD4638 (or 0xAD4638) is known color: Medium Carmine. HEX triplet: AD, 46 and 38. RGB value is (173,70,56). Sum of RGB (Red+Green+Blue) = 173+70+56=299 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.86% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4638 is #52B9C7. Grayscale: #636363. Windows color (decimal): -5421512 or 3688109. OLE color: 3688109.
HSL color Cylindrical-coordinate representation of color #AD4638: hue angle of 7.18º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD4638 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 56 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.32 |
| HSL | 7.18º | 0.51% | 0.45% | - |
| HSV(B) | 7.18º | 0.68% | 0.68% | - |
| XYZ | 20.14 | 13.55 | 5.3 | - |
| YUV | 99.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 56 | 0 | 0.60 | 0.68 | 0.32 | 7.18 | 0.51 | 0.45 |
| Hex | AD | 46 | 38 | 0 | 3C | 44 | 20 | 7 | 33 | 2D |
| Octal | 255 | 106 | 70 | 0 | 74 | 104 | 40 | 7 | 63 | 55 |
| Binary | 10101101 | 1000110 | 111000 | 0 | 111100 | 1000100 | 100000 | 111 | 110011 | 101101 |
Color Harmonies of #AD4638
Complementary color
Monochromatic Colors of #AD4638
Black with #AD4638
Text Example
Text Example
White with #AD4638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4638; }
p { color: rgb(173,70,56); }
H1.HeaderClassName
{
color: #AD4638;
}
.AnyTagClassName
{
color: #AD4638;
}
</style>
background-color css
<style>
a { background-color: #AD4638; }
a { background-color: rgb(173,70,56); }
div.DivClassName
{
background-color: #AD4638;
}
.BgClassName
{
background-color: #AD4638;
}
</style>
border-color css
<style>
span { border-color: #AD4638; }
span { border-color: rgb(173,70,56); }
td.TdClassName
{
border-color: #AD4638;
}
.TagClassName
{
border-color: #AD4638;
}
</style>