Shades of Medium Carmine #AD3F39
Tints of Medium Carmine #AD3F39
RGB
CMYK
RGB Variations
Color information
#AD3F39 (or 0xAD3F39) is known color: Medium Carmine. HEX triplet: AD, 3F and 39. RGB value is (173,63,57). Sum of RGB (Red+Green+Blue) = 173+63+57=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F39 is #52C0C6. Grayscale: #5F5F5F. Windows color (decimal): -5423303 or 3751853. OLE color: 3751853.
HSL color Cylindrical-coordinate representation of color #AD3F39: hue angle of 3.1º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD3F39 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 57 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.32 |
| HSL | 3.1º | 0.5% | 0.45% | - |
| HSV(B) | 3.1º | 0.67% | 0.68% | - |
| XYZ | 19.75 | 12.73 | 5.29 | - |
| YUV | 95.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 57 | 0 | 0.64 | 0.67 | 0.32 | 3.1 | 0.5 | 0.45 |
| Hex | AD | 3F | 39 | 0 | 40 | 43 | 20 | 3 | 32 | 2D |
| Octal | 255 | 77 | 71 | 0 | 100 | 103 | 40 | 3 | 62 | 55 |
| Binary | 10101101 | 111111 | 111001 | 0 | 1000000 | 1000011 | 100000 | 11 | 110010 | 101101 |
Color Harmonies of #AD3F39
Complementary color
Monochromatic Colors of #AD3F39
Black with #AD3F39
Text Example
Text Example
White with #AD3F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F39; }
p { color: rgb(173,63,57); }
H1.HeaderClassName
{
color: #AD3F39;
}
.AnyTagClassName
{
color: #AD3F39;
}
</style>
background-color css
<style>
a { background-color: #AD3F39; }
a { background-color: rgb(173,63,57); }
div.DivClassName
{
background-color: #AD3F39;
}
.BgClassName
{
background-color: #AD3F39;
}
</style>
border-color css
<style>
span { border-color: #AD3F39; }
span { border-color: rgb(173,63,57); }
td.TdClassName
{
border-color: #AD3F39;
}
.TagClassName
{
border-color: #AD3F39;
}
</style>