Shades of Medium Carmine #AD4B39
Tints of Medium Carmine #AD4B39
RGB
CMYK
RGB Variations
Color information
#AD4B39 (or 0xAD4B39) is known color: Medium Carmine. HEX triplet: AD, 4B and 39. RGB value is (173,75,57). Sum of RGB (Red+Green+Blue) = 173+75+57=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4B39 is #52B4C6. Grayscale: #666666. Windows color (decimal): -5420231 or 3754925. OLE color: 3754925.
HSL color Cylindrical-coordinate representation of color #AD4B39: hue angle of 9.31º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD4B39 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 75 | 57 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.32 |
| HSL | 9.31º | 0.5% | 0.45% | - |
| HSV(B) | 9.31º | 0.67% | 0.68% | - |
| XYZ | 20.49 | 14.21 | 5.53 | - |
| YUV | 102.25 | 102.47 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 75 | 57 | 0 | 0.57 | 0.67 | 0.32 | 9.31 | 0.5 | 0.45 |
| Hex | AD | 4B | 39 | 0 | 39 | 43 | 20 | 9 | 32 | 2D |
| Octal | 255 | 113 | 71 | 0 | 71 | 103 | 40 | 11 | 62 | 55 |
| Binary | 10101101 | 1001011 | 111001 | 0 | 111001 | 1000011 | 100000 | 1001 | 110010 | 101101 |
Color Harmonies of #AD4B39
Complementary color
Monochromatic Colors of #AD4B39
Black with #AD4B39
Text Example
Text Example
White with #AD4B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4B39; }
p { color: rgb(173,75,57); }
H1.HeaderClassName
{
color: #AD4B39;
}
.AnyTagClassName
{
color: #AD4B39;
}
</style>
background-color css
<style>
a { background-color: #AD4B39; }
a { background-color: rgb(173,75,57); }
div.DivClassName
{
background-color: #AD4B39;
}
.BgClassName
{
background-color: #AD4B39;
}
</style>
border-color css
<style>
span { border-color: #AD4B39; }
span { border-color: rgb(173,75,57); }
td.TdClassName
{
border-color: #AD4B39;
}
.TagClassName
{
border-color: #AD4B39;
}
</style>