Shades of Medium Carmine #AD4434
Tints of Medium Carmine #AD4434
RGB
CMYK
RGB Variations
Color information
#AD4434 (or 0xAD4434) is known color: Medium Carmine. HEX triplet: AD, 44 and 34. RGB value is (173,68,52). Sum of RGB (Red+Green+Blue) = 173+68+52=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4434 is #52BBCB. Grayscale: #616161. Windows color (decimal): -5422028 or 3425453. OLE color: 3425453.
HSL color Cylindrical-coordinate representation of color #AD4434: hue angle of 7.93º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD4434 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 52 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.32 |
| HSL | 7.93º | 0.54% | 0.44% | - |
| HSV(B) | 7.93º | 0.7% | 0.68% | - |
| XYZ | 19.92 | 13.27 | 4.76 | - |
| YUV | 97.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 52 | 0 | 0.61 | 0.70 | 0.32 | 7.93 | 0.54 | 0.44 |
| Hex | AD | 44 | 34 | 0 | 3D | 46 | 20 | 8 | 36 | 2C |
| Octal | 255 | 104 | 64 | 0 | 75 | 106 | 40 | 10 | 66 | 54 |
| Binary | 10101101 | 1000100 | 110100 | 0 | 111101 | 1000110 | 100000 | 1000 | 110110 | 101100 |
Color Harmonies of #AD4434
Complementary color
Monochromatic Colors of #AD4434
Black with #AD4434
Text Example
Text Example
White with #AD4434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4434; }
p { color: rgb(173,68,52); }
H1.HeaderClassName
{
color: #AD4434;
}
.AnyTagClassName
{
color: #AD4434;
}
</style>
background-color css
<style>
a { background-color: #AD4434; }
a { background-color: rgb(173,68,52); }
div.DivClassName
{
background-color: #AD4434;
}
.BgClassName
{
background-color: #AD4434;
}
</style>
border-color css
<style>
span { border-color: #AD4434; }
span { border-color: rgb(173,68,52); }
td.TdClassName
{
border-color: #AD4434;
}
.TagClassName
{
border-color: #AD4434;
}
</style>