Shades of Medium Carmine #AD4433
Tints of Medium Carmine #AD4433
RGB
CMYK
RGB Variations
Color information
#AD4433 (or 0xAD4433) is known color: Medium Carmine. HEX triplet: AD, 44 and 33. RGB value is (173,68,51). Sum of RGB (Red+Green+Blue) = 173+68+51=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4433 is #52BBCC. Grayscale: #616161. Windows color (decimal): -5422029 or 3359917. OLE color: 3359917.
HSL color Cylindrical-coordinate representation of color #AD4433: hue angle of 8.36º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4433 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 51 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.32 |
| HSL | 8.36º | 0.54% | 0.44% | - |
| HSV(B) | 8.36º | 0.71% | 0.68% | - |
| XYZ | 19.9 | 13.26 | 4.64 | - |
| YUV | 97.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 51 | 0 | 0.61 | 0.71 | 0.32 | 8.36 | 0.54 | 0.44 |
| Hex | AD | 44 | 33 | 0 | 3D | 47 | 20 | 8 | 36 | 2C |
| Octal | 255 | 104 | 63 | 0 | 75 | 107 | 40 | 10 | 66 | 54 |
| Binary | 10101101 | 1000100 | 110011 | 0 | 111101 | 1000111 | 100000 | 1000 | 110110 | 101100 |
Color Harmonies of #AD4433
Complementary color
Monochromatic Colors of #AD4433
Black with #AD4433
Text Example
Text Example
White with #AD4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4433; }
p { color: rgb(173,68,51); }
H1.HeaderClassName
{
color: #AD4433;
}
.AnyTagClassName
{
color: #AD4433;
}
</style>
background-color css
<style>
a { background-color: #AD4433; }
a { background-color: rgb(173,68,51); }
div.DivClassName
{
background-color: #AD4433;
}
.BgClassName
{
background-color: #AD4433;
}
</style>
border-color css
<style>
span { border-color: #AD4433; }
span { border-color: rgb(173,68,51); }
td.TdClassName
{
border-color: #AD4433;
}
.TagClassName
{
border-color: #AD4433;
}
</style>