Shades of Medium Carmine #AD473F
Tints of Medium Carmine #AD473F
RGB
CMYK
RGB Variations
Color information
#AD473F (or 0xAD473F) is known color: Medium Carmine. HEX triplet: AD, 47 and 3F. RGB value is (173,71,63). Sum of RGB (Red+Green+Blue) = 173+71+63=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD473F is #52B8C0. Grayscale: #646464. Windows color (decimal): -5421249 or 4147117. OLE color: 4147117.
HSL color Cylindrical-coordinate representation of color #AD473F: hue angle of 4.36º 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 #AD473F is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 71 | 63 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.32 |
| HSL | 4.36º | 0.47% | 0.46% | - |
| HSV(B) | 4.36º | 0.64% | 0.68% | - |
| XYZ | 20.38 | 13.75 | 6.28 | - |
| YUV | 100.59 | 106.79 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 71 | 63 | 0 | 0.59 | 0.64 | 0.32 | 4.36 | 0.47 | 0.46 |
| Hex | AD | 47 | 3F | 0 | 3B | 40 | 20 | 4 | 2F | 2E |
| Octal | 255 | 107 | 77 | 0 | 73 | 100 | 40 | 4 | 57 | 56 |
| Binary | 10101101 | 1000111 | 111111 | 0 | 111011 | 1000000 | 100000 | 100 | 101111 | 101110 |
Color Harmonies of #AD473F
Complementary color
Monochromatic Colors of #AD473F
Black with #AD473F
Text Example
Text Example
White with #AD473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD473F; }
p { color: rgb(173,71,63); }
H1.HeaderClassName
{
color: #AD473F;
}
.AnyTagClassName
{
color: #AD473F;
}
</style>
background-color css
<style>
a { background-color: #AD473F; }
a { background-color: rgb(173,71,63); }
div.DivClassName
{
background-color: #AD473F;
}
.BgClassName
{
background-color: #AD473F;
}
</style>
border-color css
<style>
span { border-color: #AD473F; }
span { border-color: rgb(173,71,63); }
td.TdClassName
{
border-color: #AD473F;
}
.TagClassName
{
border-color: #AD473F;
}
</style>