Shades of Medium Carmine #AD403F
Tints of Medium Carmine #AD403F
RGB
CMYK
RGB Variations
Color information
#AD403F (or 0xAD403F) is known color: Medium Carmine. HEX triplet: AD, 40 and 3F. RGB value is (173,64,63). Sum of RGB (Red+Green+Blue) = 173+64+63=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD403F is #52BFC0. Grayscale: #606060. Windows color (decimal): -5423041 or 4145325. OLE color: 4145325.
HSL color Cylindrical-coordinate representation of color #AD403F: hue angle of 0.55º 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 #AD403F is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 63 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.32 |
| HSL | 0.55º | 0.47% | 0.46% | - |
| HSV(B) | 0.55º | 0.64% | 0.68% | - |
| XYZ | 19.96 | 12.91 | 6.14 | - |
| YUV | 96.48 | 109.11 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 63 | 0 | 0.63 | 0.64 | 0.32 | 0.55 | 0.47 | 0.46 |
| Hex | AD | 40 | 3F | 0 | 3F | 40 | 20 | 1 | 2F | 2E |
| Octal | 255 | 100 | 77 | 0 | 77 | 100 | 40 | 1 | 57 | 56 |
| Binary | 10101101 | 1000000 | 111111 | 0 | 111111 | 1000000 | 100000 | 1 | 101111 | 101110 |
Color Harmonies of #AD403F
Complementary color
Monochromatic Colors of #AD403F
Black with #AD403F
Text Example
Text Example
White with #AD403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD403F; }
p { color: rgb(173,64,63); }
H1.HeaderClassName
{
color: #AD403F;
}
.AnyTagClassName
{
color: #AD403F;
}
</style>
background-color css
<style>
a { background-color: #AD403F; }
a { background-color: rgb(173,64,63); }
div.DivClassName
{
background-color: #AD403F;
}
.BgClassName
{
background-color: #AD403F;
}
</style>
border-color css
<style>
span { border-color: #AD403F; }
span { border-color: rgb(173,64,63); }
td.TdClassName
{
border-color: #AD403F;
}
.TagClassName
{
border-color: #AD403F;
}
</style>