Shades of Medium Carmine #AD413F
Tints of Medium Carmine #AD413F
RGB
CMYK
RGB Variations
Color information
#AD413F (or 0xAD413F) is known color: Medium Carmine. HEX triplet: AD, 41 and 3F. RGB value is (173,65,63). Sum of RGB (Red+Green+Blue) = 173+65+63=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD413F is #52BEC0. Grayscale: #616161. Windows color (decimal): -5422785 or 4145581. OLE color: 4145581.
HSL color Cylindrical-coordinate representation of color #AD413F: hue angle of 1.09º 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 #AD413F is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 63 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.32 |
| HSL | 1.09º | 0.47% | 0.46% | - |
| HSV(B) | 1.09º | 0.64% | 0.68% | - |
| XYZ | 20.02 | 13.02 | 6.16 | - |
| YUV | 97.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 63 | 0 | 0.62 | 0.64 | 0.32 | 1.09 | 0.47 | 0.46 |
| Hex | AD | 41 | 3F | 0 | 3E | 40 | 20 | 1 | 2F | 2E |
| Octal | 255 | 101 | 77 | 0 | 76 | 100 | 40 | 1 | 57 | 56 |
| Binary | 10101101 | 1000001 | 111111 | 0 | 111110 | 1000000 | 100000 | 1 | 101111 | 101110 |
Color Harmonies of #AD413F
Complementary color
Monochromatic Colors of #AD413F
Black with #AD413F
Text Example
Text Example
White with #AD413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD413F; }
p { color: rgb(173,65,63); }
H1.HeaderClassName
{
color: #AD413F;
}
.AnyTagClassName
{
color: #AD413F;
}
</style>
background-color css
<style>
a { background-color: #AD413F; }
a { background-color: rgb(173,65,63); }
div.DivClassName
{
background-color: #AD413F;
}
.BgClassName
{
background-color: #AD413F;
}
</style>
border-color css
<style>
span { border-color: #AD413F; }
span { border-color: rgb(173,65,63); }
td.TdClassName
{
border-color: #AD413F;
}
.TagClassName
{
border-color: #AD413F;
}
</style>