Shades of Medium Carmine #AD4A38
Tints of Medium Carmine #AD4A38
RGB
CMYK
RGB Variations
Color information
#AD4A38 (or 0xAD4A38) is known color: Medium Carmine. HEX triplet: AD, 4A and 38. RGB value is (173,74,56). Sum of RGB (Red+Green+Blue) = 173+74+56=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A38 is #52B5C7. Grayscale: #656565. Windows color (decimal): -5420488 or 3689133. OLE color: 3689133.
HSL color Cylindrical-coordinate representation of color #AD4A38: hue angle of 9.23º 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 #AD4A38 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 56 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.32 |
| HSL | 9.23º | 0.51% | 0.45% | - |
| HSV(B) | 9.23º | 0.68% | 0.68% | - |
| XYZ | 20.4 | 14.07 | 5.38 | - |
| YUV | 101.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 56 | 0 | 0.57 | 0.68 | 0.32 | 9.23 | 0.51 | 0.45 |
| Hex | AD | 4A | 38 | 0 | 39 | 44 | 20 | 9 | 33 | 2D |
| Octal | 255 | 112 | 70 | 0 | 71 | 104 | 40 | 11 | 63 | 55 |
| Binary | 10101101 | 1001010 | 111000 | 0 | 111001 | 1000100 | 100000 | 1001 | 110011 | 101101 |
Color Harmonies of #AD4A38
Complementary color
Monochromatic Colors of #AD4A38
Black with #AD4A38
Text Example
Text Example
White with #AD4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A38; }
p { color: rgb(173,74,56); }
H1.HeaderClassName
{
color: #AD4A38;
}
.AnyTagClassName
{
color: #AD4A38;
}
</style>
background-color css
<style>
a { background-color: #AD4A38; }
a { background-color: rgb(173,74,56); }
div.DivClassName
{
background-color: #AD4A38;
}
.BgClassName
{
background-color: #AD4A38;
}
</style>
border-color css
<style>
span { border-color: #AD4A38; }
span { border-color: rgb(173,74,56); }
td.TdClassName
{
border-color: #AD4A38;
}
.TagClassName
{
border-color: #AD4A38;
}
</style>