Shades of Medium Carmine #AD4136
Tints of Medium Carmine #AD4136
RGB
CMYK
RGB Variations
Color information
#AD4136 (or 0xAD4136) is known color: Medium Carmine. HEX triplet: AD, 41 and 36. RGB value is (173,65,54). Sum of RGB (Red+Green+Blue) = 173+65+54=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4136 is #52BEC9. Grayscale: #606060. Windows color (decimal): -5422794 or 3555757. OLE color: 3555757.
HSL color Cylindrical-coordinate representation of color #AD4136: hue angle of 5.55º 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 #AD4136 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 54 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.32 |
| HSL | 5.55º | 0.52% | 0.45% | - |
| HSV(B) | 5.55º | 0.69% | 0.68% | - |
| XYZ | 19.79 | 12.93 | 4.94 | - |
| YUV | 96.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 54 | 0 | 0.62 | 0.69 | 0.32 | 5.55 | 0.52 | 0.45 |
| Hex | AD | 41 | 36 | 0 | 3E | 45 | 20 | 6 | 34 | 2D |
| Octal | 255 | 101 | 66 | 0 | 76 | 105 | 40 | 6 | 64 | 55 |
| Binary | 10101101 | 1000001 | 110110 | 0 | 111110 | 1000101 | 100000 | 110 | 110100 | 101101 |
Color Harmonies of #AD4136
Complementary color
Monochromatic Colors of #AD4136
Black with #AD4136
Text Example
Text Example
White with #AD4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4136; }
p { color: rgb(173,65,54); }
H1.HeaderClassName
{
color: #AD4136;
}
.AnyTagClassName
{
color: #AD4136;
}
</style>
background-color css
<style>
a { background-color: #AD4136; }
a { background-color: rgb(173,65,54); }
div.DivClassName
{
background-color: #AD4136;
}
.BgClassName
{
background-color: #AD4136;
}
</style>
border-color css
<style>
span { border-color: #AD4136; }
span { border-color: rgb(173,65,54); }
td.TdClassName
{
border-color: #AD4136;
}
.TagClassName
{
border-color: #AD4136;
}
</style>