Shades of Medium Carmine #AD453D
Tints of Medium Carmine #AD453D
RGB
CMYK
RGB Variations
Color information
#AD453D (or 0xAD453D) is known color: Medium Carmine. HEX triplet: AD, 45 and 3D. RGB value is (173,69,61). Sum of RGB (Red+Green+Blue) = 173+69+61=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD453D is #52BAC2. Grayscale: #636363. Windows color (decimal): -5421763 or 4015533. OLE color: 4015533.
HSL color Cylindrical-coordinate representation of color #AD453D: hue angle of 4.29º 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 #AD453D is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 69 | 61 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.32 |
| HSL | 4.29º | 0.48% | 0.46% | - |
| HSV(B) | 4.29º | 0.65% | 0.68% | - |
| XYZ | 20.2 | 13.48 | 5.95 | - |
| YUV | 99.18 | 106.46 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 69 | 61 | 0 | 0.60 | 0.65 | 0.32 | 4.29 | 0.48 | 0.46 |
| Hex | AD | 45 | 3D | 0 | 3C | 41 | 20 | 4 | 30 | 2E |
| Octal | 255 | 105 | 75 | 0 | 74 | 101 | 40 | 4 | 60 | 56 |
| Binary | 10101101 | 1000101 | 111101 | 0 | 111100 | 1000001 | 100000 | 100 | 110000 | 101110 |
Color Harmonies of #AD453D
Complementary color
Monochromatic Colors of #AD453D
Black with #AD453D
Text Example
Text Example
White with #AD453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD453D; }
p { color: rgb(173,69,61); }
H1.HeaderClassName
{
color: #AD453D;
}
.AnyTagClassName
{
color: #AD453D;
}
</style>
background-color css
<style>
a { background-color: #AD453D; }
a { background-color: rgb(173,69,61); }
div.DivClassName
{
background-color: #AD453D;
}
.BgClassName
{
background-color: #AD453D;
}
</style>
border-color css
<style>
span { border-color: #AD453D; }
span { border-color: rgb(173,69,61); }
td.TdClassName
{
border-color: #AD453D;
}
.TagClassName
{
border-color: #AD453D;
}
</style>