Shades of Medium Carmine #AD483F
Tints of Medium Carmine #AD483F
RGB
CMYK
RGB Variations
Color information
#AD483F (or 0xAD483F) is known color: Medium Carmine. HEX triplet: AD, 48 and 3F. RGB value is (173,72,63). Sum of RGB (Red+Green+Blue) = 173+72+63=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD483F is #52B7C0. Grayscale: #656565. Windows color (decimal): -5420993 or 4147373. OLE color: 4147373.
HSL color Cylindrical-coordinate representation of color #AD483F: hue angle of 4.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD483F is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 72 | 63 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.32 |
| HSL | 4.91º | 0.47% | 0.46% | - |
| HSV(B) | 4.91º | 0.64% | 0.68% | - |
| XYZ | 20.45 | 13.88 | 6.3 | - |
| YUV | 101.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 72 | 63 | 0 | 0.58 | 0.64 | 0.32 | 4.91 | 0.47 | 0.46 |
| Hex | AD | 48 | 3F | 0 | 3A | 40 | 20 | 5 | 2F | 2E |
| Octal | 255 | 110 | 77 | 0 | 72 | 100 | 40 | 5 | 57 | 56 |
| Binary | 10101101 | 1001000 | 111111 | 0 | 111010 | 1000000 | 100000 | 101 | 101111 | 101110 |
Color Harmonies of #AD483F
Complementary color
Monochromatic Colors of #AD483F
Black with #AD483F
Text Example
Text Example
White with #AD483F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD483F; }
p { color: rgb(173,72,63); }
H1.HeaderClassName
{
color: #AD483F;
}
.AnyTagClassName
{
color: #AD483F;
}
</style>
background-color css
<style>
a { background-color: #AD483F; }
a { background-color: rgb(173,72,63); }
div.DivClassName
{
background-color: #AD483F;
}
.BgClassName
{
background-color: #AD483F;
}
</style>
border-color css
<style>
span { border-color: #AD483F; }
span { border-color: rgb(173,72,63); }
td.TdClassName
{
border-color: #AD483F;
}
.TagClassName
{
border-color: #AD483F;
}
</style>