Shades of Medium Carmine #AD462F
Tints of Medium Carmine #AD462F
RGB
CMYK
RGB Variations
Color information
#AD462F (or 0xAD462F) is known color: Medium Carmine. HEX triplet: AD, 46 and 2F. RGB value is (173,70,47). Sum of RGB (Red+Green+Blue) = 173+70+47=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD462F is #52B9D0. Grayscale: #626262. Windows color (decimal): -5421521 or 3098285. OLE color: 3098285.
HSL color Cylindrical-coordinate representation of color #AD462F: hue angle of 10.95º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD462F is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 70 | 47 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.32 |
| HSL | 10.95º | 0.57% | 0.43% | - |
| HSV(B) | 10.95º | 0.73% | 0.68% | - |
| XYZ | 19.94 | 13.47 | 4.24 | - |
| YUV | 98.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 70 | 47 | 0 | 0.60 | 0.73 | 0.32 | 10.95 | 0.57 | 0.43 |
| Hex | AD | 46 | 2F | 0 | 3C | 49 | 20 | B | 39 | 2B |
| Octal | 255 | 106 | 57 | 0 | 74 | 111 | 40 | 13 | 71 | 53 |
| Binary | 10101101 | 1000110 | 101111 | 0 | 111100 | 1001001 | 100000 | 1011 | 111001 | 101011 |
Color Harmonies of #AD462F
Complementary color
Monochromatic Colors of #AD462F
Black with #AD462F
Text Example
Text Example
White with #AD462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD462F; }
p { color: rgb(173,70,47); }
H1.HeaderClassName
{
color: #AD462F;
}
.AnyTagClassName
{
color: #AD462F;
}
</style>
background-color css
<style>
a { background-color: #AD462F; }
a { background-color: rgb(173,70,47); }
div.DivClassName
{
background-color: #AD462F;
}
.BgClassName
{
background-color: #AD462F;
}
</style>
border-color css
<style>
span { border-color: #AD462F; }
span { border-color: rgb(173,70,47); }
td.TdClassName
{
border-color: #AD462F;
}
.TagClassName
{
border-color: #AD462F;
}
</style>