Shades of Medium Carmine #AD463D
Tints of Medium Carmine #AD463D
RGB
CMYK
RGB Variations
Color information
#AD463D (or 0xAD463D) is known color: Medium Carmine. HEX triplet: AD, 46 and 3D. RGB value is (173,70,61). Sum of RGB (Red+Green+Blue) = 173+70+61=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD463D is #52B9C2. Grayscale: #636363. Windows color (decimal): -5421507 or 4015789. OLE color: 4015789.
HSL color Cylindrical-coordinate representation of color #AD463D: hue angle of 4.82º 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 #AD463D is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 61 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.32 |
| HSL | 4.82º | 0.48% | 0.46% | - |
| HSV(B) | 4.82º | 0.65% | 0.68% | - |
| XYZ | 20.27 | 13.6 | 5.97 | - |
| YUV | 99.77 | 106.12 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 61 | 0 | 0.60 | 0.65 | 0.32 | 4.82 | 0.48 | 0.46 |
| Hex | AD | 46 | 3D | 0 | 3C | 41 | 20 | 5 | 30 | 2E |
| Octal | 255 | 106 | 75 | 0 | 74 | 101 | 40 | 5 | 60 | 56 |
| Binary | 10101101 | 1000110 | 111101 | 0 | 111100 | 1000001 | 100000 | 101 | 110000 | 101110 |
Color Harmonies of #AD463D
Complementary color
Monochromatic Colors of #AD463D
Black with #AD463D
Text Example
Text Example
White with #AD463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD463D; }
p { color: rgb(173,70,61); }
H1.HeaderClassName
{
color: #AD463D;
}
.AnyTagClassName
{
color: #AD463D;
}
</style>
background-color css
<style>
a { background-color: #AD463D; }
a { background-color: rgb(173,70,61); }
div.DivClassName
{
background-color: #AD463D;
}
.BgClassName
{
background-color: #AD463D;
}
</style>
border-color css
<style>
span { border-color: #AD463D; }
span { border-color: rgb(173,70,61); }
td.TdClassName
{
border-color: #AD463D;
}
.TagClassName
{
border-color: #AD463D;
}
</style>