Shades of Medium Carmine #AD483D
Tints of Medium Carmine #AD483D
RGB
CMYK
RGB Variations
Color information
#AD483D (or 0xAD483D) is known color: Medium Carmine. HEX triplet: AD, 48 and 3D. RGB value is (173,72,61). Sum of RGB (Red+Green+Blue) = 173+72+61=306 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.54% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 173 - color contains mainly: red. Hex color #AD483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD483D is #52B7C2. Grayscale: #656565. Windows color (decimal): -5420995 or 4016301. OLE color: 4016301.
HSL color Cylindrical-coordinate representation of color #AD483D: hue angle of 5.89º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AD483D is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 61 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.32 |
| HSL | 5.89º | 0.48% | 0.46% | - |
| HSV(B) | 5.89º | 0.65% | 0.68% | - |
| XYZ | 20.39 | 13.86 | 6.01 | - |
| YUV | 100.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 61 | 0 | 0.58 | 0.65 | 0.32 | 5.89 | 0.48 | 0.46 |
| Hex | AD | 48 | 3D | 0 | 3A | 41 | 20 | 6 | 30 | 2E |
| Octal | 255 | 110 | 75 | 0 | 72 | 101 | 40 | 6 | 60 | 56 |
| Binary | 10101101 | 1001000 | 111101 | 0 | 111010 | 1000001 | 100000 | 110 | 110000 | 101110 |
Color Harmonies of #AD483D
Complementary color
Monochromatic Colors of #AD483D
Black with #AD483D
Text Example
Text Example
White with #AD483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD483D; }
p { color: rgb(173,72,61); }
H1.HeaderClassName
{
color: #AD483D;
}
.AnyTagClassName
{
color: #AD483D;
}
</style>
background-color css
<style>
a { background-color: #AD483D; }
a { background-color: rgb(173,72,61); }
div.DivClassName
{
background-color: #AD483D;
}
.BgClassName
{
background-color: #AD483D;
}
</style>
border-color css
<style>
span { border-color: #AD483D; }
span { border-color: rgb(173,72,61); }
td.TdClassName
{
border-color: #AD483D;
}
.TagClassName
{
border-color: #AD483D;
}
</style>