Shades of Medium Carmine #AD403A
Tints of Medium Carmine #AD403A
RGB
CMYK
RGB Variations
Color information
#AD403A (or 0xAD403A) is known color: Medium Carmine. HEX triplet: AD, 40 and 3A. RGB value is (173,64,58). Sum of RGB (Red+Green+Blue) = 173+64+58=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD403A is #52BFC5. Grayscale: #606060. Windows color (decimal): -5423046 or 3817645. OLE color: 3817645.
HSL color Cylindrical-coordinate representation of color #AD403A: hue angle of 3.13º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD403A is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 58 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.32 |
| HSL | 3.13º | 0.5% | 0.45% | - |
| HSV(B) | 3.13º | 0.66% | 0.68% | - |
| XYZ | 19.83 | 12.86 | 5.44 | - |
| YUV | 95.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 58 | 0 | 0.63 | 0.66 | 0.32 | 3.13 | 0.5 | 0.45 |
| Hex | AD | 40 | 3A | 0 | 3F | 42 | 20 | 3 | 32 | 2D |
| Octal | 255 | 100 | 72 | 0 | 77 | 102 | 40 | 3 | 62 | 55 |
| Binary | 10101101 | 1000000 | 111010 | 0 | 111111 | 1000010 | 100000 | 11 | 110010 | 101101 |
Color Harmonies of #AD403A
Complementary color
Monochromatic Colors of #AD403A
Black with #AD403A
Text Example
Text Example
White with #AD403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD403A; }
p { color: rgb(173,64,58); }
H1.HeaderClassName
{
color: #AD403A;
}
.AnyTagClassName
{
color: #AD403A;
}
</style>
background-color css
<style>
a { background-color: #AD403A; }
a { background-color: rgb(173,64,58); }
div.DivClassName
{
background-color: #AD403A;
}
.BgClassName
{
background-color: #AD403A;
}
</style>
border-color css
<style>
span { border-color: #AD403A; }
span { border-color: rgb(173,64,58); }
td.TdClassName
{
border-color: #AD403A;
}
.TagClassName
{
border-color: #AD403A;
}
</style>