Shades of Medium Carmine #AD403C
Tints of Medium Carmine #AD403C
RGB
CMYK
RGB Variations
Color information
#AD403C (or 0xAD403C) is known color: Medium Carmine. HEX triplet: AD, 40 and 3C. RGB value is (173,64,60). Sum of RGB (Red+Green+Blue) = 173+64+60=297 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.25% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 173 - color contains mainly: red. Hex color #AD403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD403C is #52BFC3. Grayscale: #606060. Windows color (decimal): -5423044 or 3948717. OLE color: 3948717.
HSL color Cylindrical-coordinate representation of color #AD403C: hue angle of 2.12º 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 #AD403C is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 64 | 60 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.32 |
| HSL | 2.12º | 0.48% | 0.46% | - |
| HSV(B) | 2.12º | 0.65% | 0.68% | - |
| XYZ | 19.88 | 12.88 | 5.71 | - |
| YUV | 96.14 | 107.61 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 64 | 60 | 0 | 0.63 | 0.65 | 0.32 | 2.12 | 0.48 | 0.46 |
| Hex | AD | 40 | 3C | 0 | 3F | 41 | 20 | 2 | 30 | 2E |
| Octal | 255 | 100 | 74 | 0 | 77 | 101 | 40 | 2 | 60 | 56 |
| Binary | 10101101 | 1000000 | 111100 | 0 | 111111 | 1000001 | 100000 | 10 | 110000 | 101110 |
Color Harmonies of #AD403C
Complementary color
Monochromatic Colors of #AD403C
Black with #AD403C
Text Example
Text Example
White with #AD403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD403C; }
p { color: rgb(173,64,60); }
H1.HeaderClassName
{
color: #AD403C;
}
.AnyTagClassName
{
color: #AD403C;
}
</style>
background-color css
<style>
a { background-color: #AD403C; }
a { background-color: rgb(173,64,60); }
div.DivClassName
{
background-color: #AD403C;
}
.BgClassName
{
background-color: #AD403C;
}
</style>
border-color css
<style>
span { border-color: #AD403C; }
span { border-color: rgb(173,64,60); }
td.TdClassName
{
border-color: #AD403C;
}
.TagClassName
{
border-color: #AD403C;
}
</style>