Shades of Medium Carmine #AD4436
Tints of Medium Carmine #AD4436
RGB
CMYK
RGB Variations
Color information
#AD4436 (or 0xAD4436) is known color: Medium Carmine. HEX triplet: AD, 44 and 36. RGB value is (173,68,54). Sum of RGB (Red+Green+Blue) = 173+68+54=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4436 is #52BBC9. Grayscale: #616161. Windows color (decimal): -5422026 or 3556525. OLE color: 3556525.
HSL color Cylindrical-coordinate representation of color #AD4436: hue angle of 7.06º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD4436 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 68 | 54 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.32 |
| HSL | 7.06º | 0.52% | 0.45% | - |
| HSV(B) | 7.06º | 0.69% | 0.68% | - |
| XYZ | 19.97 | 13.28 | 5 | - |
| YUV | 97.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 68 | 54 | 0 | 0.61 | 0.69 | 0.32 | 7.06 | 0.52 | 0.45 |
| Hex | AD | 44 | 36 | 0 | 3D | 45 | 20 | 7 | 34 | 2D |
| Octal | 255 | 104 | 66 | 0 | 75 | 105 | 40 | 7 | 64 | 55 |
| Binary | 10101101 | 1000100 | 110110 | 0 | 111101 | 1000101 | 100000 | 111 | 110100 | 101101 |
Color Harmonies of #AD4436
Complementary color
Monochromatic Colors of #AD4436
Black with #AD4436
Text Example
Text Example
White with #AD4436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4436; }
p { color: rgb(173,68,54); }
H1.HeaderClassName
{
color: #AD4436;
}
.AnyTagClassName
{
color: #AD4436;
}
</style>
background-color css
<style>
a { background-color: #AD4436; }
a { background-color: rgb(173,68,54); }
div.DivClassName
{
background-color: #AD4436;
}
.BgClassName
{
background-color: #AD4436;
}
</style>
border-color css
<style>
span { border-color: #AD4436; }
span { border-color: rgb(173,68,54); }
td.TdClassName
{
border-color: #AD4436;
}
.TagClassName
{
border-color: #AD4436;
}
</style>