Shades of Medium Carmine #AD452C
Tints of Medium Carmine #AD452C
RGB
CMYK
RGB Variations
Color information
#AD452C (or 0xAD452C) is known color: Medium Carmine. HEX triplet: AD, 45 and 2C. RGB value is (173,69,44). Sum of RGB (Red+Green+Blue) = 173+69+44=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD452C is #52BAD3. Grayscale: #616161. Windows color (decimal): -5421780 or 2901421. OLE color: 2901421.
HSL color Cylindrical-coordinate representation of color #AD452C: hue angle of 11.63º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD452C is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 44 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.32 |
| HSL | 11.63º | 0.59% | 0.43% | - |
| HSV(B) | 11.63º | 0.75% | 0.68% | - |
| XYZ | 19.82 | 13.32 | 3.91 | - |
| YUV | 97.25 | 97.96 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 44 | 0 | 0.60 | 0.75 | 0.32 | 11.63 | 0.59 | 0.43 |
| Hex | AD | 45 | 2C | 0 | 3C | 4B | 20 | C | 3B | 2B |
| Octal | 255 | 105 | 54 | 0 | 74 | 113 | 40 | 14 | 73 | 53 |
| Binary | 10101101 | 1000101 | 101100 | 0 | 111100 | 1001011 | 100000 | 1100 | 111011 | 101011 |
Color Harmonies of #AD452C
Complementary color
Monochromatic Colors of #AD452C
Black with #AD452C
Text Example
Text Example
White with #AD452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD452C; }
p { color: rgb(173,69,44); }
H1.HeaderClassName
{
color: #AD452C;
}
.AnyTagClassName
{
color: #AD452C;
}
</style>
background-color css
<style>
a { background-color: #AD452C; }
a { background-color: rgb(173,69,44); }
div.DivClassName
{
background-color: #AD452C;
}
.BgClassName
{
background-color: #AD452C;
}
</style>
border-color css
<style>
span { border-color: #AD452C; }
span { border-color: rgb(173,69,44); }
td.TdClassName
{
border-color: #AD452C;
}
.TagClassName
{
border-color: #AD452C;
}
</style>