Shades of Medium Carmine #AD3F3C
Tints of Medium Carmine #AD3F3C
RGB
CMYK
RGB Variations
Color information
#AD3F3C (or 0xAD3F3C) is known color: Medium Carmine. HEX triplet: AD, 3F and 3C. RGB value is (173,63,60). Sum of RGB (Red+Green+Blue) = 173+63+60=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F3C is #52C0C3. Grayscale: #5F5F5F. Windows color (decimal): -5423300 or 3948461. OLE color: 3948461.
HSL color Cylindrical-coordinate representation of color #AD3F3C: hue angle of 1.59º 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 #AD3F3C is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 60 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.32 |
| HSL | 1.59º | 0.48% | 0.46% | - |
| HSV(B) | 1.59º | 0.65% | 0.68% | - |
| XYZ | 19.83 | 12.77 | 5.69 | - |
| YUV | 95.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 60 | 0 | 0.64 | 0.65 | 0.32 | 1.59 | 0.48 | 0.46 |
| Hex | AD | 3F | 3C | 0 | 40 | 41 | 20 | 2 | 30 | 2E |
| Octal | 255 | 77 | 74 | 0 | 100 | 101 | 40 | 2 | 60 | 56 |
| Binary | 10101101 | 111111 | 111100 | 0 | 1000000 | 1000001 | 100000 | 10 | 110000 | 101110 |
Color Harmonies of #AD3F3C
Complementary color
Monochromatic Colors of #AD3F3C
Black with #AD3F3C
Text Example
Text Example
White with #AD3F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F3C; }
p { color: rgb(173,63,60); }
H1.HeaderClassName
{
color: #AD3F3C;
}
.AnyTagClassName
{
color: #AD3F3C;
}
</style>
background-color css
<style>
a { background-color: #AD3F3C; }
a { background-color: rgb(173,63,60); }
div.DivClassName
{
background-color: #AD3F3C;
}
.BgClassName
{
background-color: #AD3F3C;
}
</style>
border-color css
<style>
span { border-color: #AD3F3C; }
span { border-color: rgb(173,63,60); }
td.TdClassName
{
border-color: #AD3F3C;
}
.TagClassName
{
border-color: #AD3F3C;
}
</style>