Shades of Medium Carmine #AD3939
Tints of Medium Carmine #AD3939
RGB
CMYK
RGB Variations
Color information
#AD3939 (or 0xAD3939) is known color: Medium Carmine. HEX triplet: AD, 39 and 39. RGB value is (173,57,57). Sum of RGB (Red+Green+Blue) = 173+57+57=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3939 is #52C6C6. Grayscale: #5B5B5B. Windows color (decimal): -5424839 or 3750317. OLE color: 3750317.
HSL color Cylindrical-coordinate representation of color #AD3939: hue angle of 0º 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 #AD3939 is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 57 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.32 |
| HSL | 0º | 0.5% | 0.45% | - |
| HSV(B) | 0º | 0.67% | 0.68% | - |
| XYZ | 19.44 | 12.11 | 5.18 | - |
| YUV | 91.68 | 108.43 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 57 | 0 | 0.67 | 0.67 | 0.32 | 0 | 0.5 | 0.45 |
| Hex | AD | 39 | 39 | 0 | 43 | 43 | 20 | 0 | 32 | 2D |
| Octal | 255 | 71 | 71 | 0 | 103 | 103 | 40 | 0 | 62 | 55 |
| Binary | 10101101 | 111001 | 111001 | 0 | 1000011 | 1000011 | 100000 | 0 | 110010 | 101101 |
Color Harmonies of #AD3939
Complementary color
Monochromatic Colors of #AD3939
Black with #AD3939
Text Example
Text Example
White with #AD3939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3939; }
p { color: rgb(173,57,57); }
H1.HeaderClassName
{
color: #AD3939;
}
.AnyTagClassName
{
color: #AD3939;
}
</style>
background-color css
<style>
a { background-color: #AD3939; }
a { background-color: rgb(173,57,57); }
div.DivClassName
{
background-color: #AD3939;
}
.BgClassName
{
background-color: #AD3939;
}
</style>
border-color css
<style>
span { border-color: #AD3939; }
span { border-color: rgb(173,57,57); }
td.TdClassName
{
border-color: #AD3939;
}
.TagClassName
{
border-color: #AD3939;
}
</style>