Shades of Medium Carmine #AD392A
Tints of Medium Carmine #AD392A
RGB
CMYK
RGB Variations
Color information
#AD392A (or 0xAD392A) is known color: Medium Carmine. HEX triplet: AD, 39 and 2A. RGB value is (173,57,42). Sum of RGB (Red+Green+Blue) = 173+57+42=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD392A is #52C6D5. Grayscale: #5A5A5A. Windows color (decimal): -5424854 or 2767277. OLE color: 2767277.
HSL color Cylindrical-coordinate representation of color #AD392A: hue angle of 6.87º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD392A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 42 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.32 |
| HSL | 6.87º | 0.61% | 0.42% | - |
| HSV(B) | 6.87º | 0.76% | 0.68% | - |
| XYZ | 19.11 | 11.98 | 3.49 | - |
| YUV | 89.97 | 100.93 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 42 | 0 | 0.67 | 0.76 | 0.32 | 6.87 | 0.61 | 0.42 |
| Hex | AD | 39 | 2A | 0 | 43 | 4C | 20 | 7 | 3D | 2A |
| Octal | 255 | 71 | 52 | 0 | 103 | 114 | 40 | 7 | 75 | 52 |
| Binary | 10101101 | 111001 | 101010 | 0 | 1000011 | 1001100 | 100000 | 111 | 111101 | 101010 |
Color Harmonies of #AD392A
Complementary color
Monochromatic Colors of #AD392A
Black with #AD392A
Text Example
Text Example
White with #AD392A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD392A; }
p { color: rgb(173,57,42); }
H1.HeaderClassName
{
color: #AD392A;
}
.AnyTagClassName
{
color: #AD392A;
}
</style>
background-color css
<style>
a { background-color: #AD392A; }
a { background-color: rgb(173,57,42); }
div.DivClassName
{
background-color: #AD392A;
}
.BgClassName
{
background-color: #AD392A;
}
</style>
border-color css
<style>
span { border-color: #AD392A; }
span { border-color: rgb(173,57,42); }
td.TdClassName
{
border-color: #AD392A;
}
.TagClassName
{
border-color: #AD392A;
}
</style>