Shades of Medium Carmine #AD4A3B
Tints of Medium Carmine #AD4A3B
RGB
CMYK
RGB Variations
Color information
#AD4A3B (or 0xAD4A3B) is known color: Medium Carmine. HEX triplet: AD, 4A and 3B. RGB value is (173,74,59). Sum of RGB (Red+Green+Blue) = 173+74+59=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4A3B is #52B5C4. Grayscale: #666666. Windows color (decimal): -5420485 or 3885741. OLE color: 3885741.
HSL color Cylindrical-coordinate representation of color #AD4A3B: hue angle of 7.89º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD4A3B is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 74 | 59 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.32 |
| HSL | 7.89º | 0.49% | 0.45% | - |
| HSV(B) | 7.89º | 0.66% | 0.68% | - |
| XYZ | 20.47 | 14.1 | 5.78 | - |
| YUV | 101.89 | 103.8 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 74 | 59 | 0 | 0.57 | 0.66 | 0.32 | 7.89 | 0.49 | 0.45 |
| Hex | AD | 4A | 3B | 0 | 39 | 42 | 20 | 8 | 31 | 2D |
| Octal | 255 | 112 | 73 | 0 | 71 | 102 | 40 | 10 | 61 | 55 |
| Binary | 10101101 | 1001010 | 111011 | 0 | 111001 | 1000010 | 100000 | 1000 | 110001 | 101101 |
Color Harmonies of #AD4A3B
Complementary color
Monochromatic Colors of #AD4A3B
Black with #AD4A3B
Text Example
Text Example
White with #AD4A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4A3B; }
p { color: rgb(173,74,59); }
H1.HeaderClassName
{
color: #AD4A3B;
}
.AnyTagClassName
{
color: #AD4A3B;
}
</style>
background-color css
<style>
a { background-color: #AD4A3B; }
a { background-color: rgb(173,74,59); }
div.DivClassName
{
background-color: #AD4A3B;
}
.BgClassName
{
background-color: #AD4A3B;
}
</style>
border-color css
<style>
span { border-color: #AD4A3B; }
span { border-color: rgb(173,74,59); }
td.TdClassName
{
border-color: #AD4A3B;
}
.TagClassName
{
border-color: #AD4A3B;
}
</style>