Shades of Medium Carmine #AD4129
Tints of Medium Carmine #AD4129
RGB
CMYK
RGB Variations
Color information
#AD4129 (or 0xAD4129) is known color: Medium Carmine. HEX triplet: AD, 41 and 29. RGB value is (173,65,41). Sum of RGB (Red+Green+Blue) = 173+65+41=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4129 is #52BED6. Grayscale: #5E5E5E. Windows color (decimal): -5422807 or 2703789. OLE color: 2703789.
HSL color Cylindrical-coordinate representation of color #AD4129: hue angle of 10.91º degrees, saturation: 0.62, 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 #AD4129 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 41 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.32 |
| HSL | 10.91º | 0.62% | 0.42% | - |
| HSV(B) | 10.91º | 0.76% | 0.68% | - |
| XYZ | 19.52 | 12.82 | 3.54 | - |
| YUV | 94.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 41 | 0 | 0.62 | 0.76 | 0.32 | 10.91 | 0.62 | 0.42 |
| Hex | AD | 41 | 29 | 0 | 3E | 4C | 20 | B | 3E | 2A |
| Octal | 255 | 101 | 51 | 0 | 76 | 114 | 40 | 13 | 76 | 52 |
| Binary | 10101101 | 1000001 | 101001 | 0 | 111110 | 1001100 | 100000 | 1011 | 111110 | 101010 |
Color Harmonies of #AD4129
Complementary color
Monochromatic Colors of #AD4129
Black with #AD4129
Text Example
Text Example
White with #AD4129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4129; }
p { color: rgb(173,65,41); }
H1.HeaderClassName
{
color: #AD4129;
}
.AnyTagClassName
{
color: #AD4129;
}
</style>
background-color css
<style>
a { background-color: #AD4129; }
a { background-color: rgb(173,65,41); }
div.DivClassName
{
background-color: #AD4129;
}
.BgClassName
{
background-color: #AD4129;
}
</style>
border-color css
<style>
span { border-color: #AD4129; }
span { border-color: rgb(173,65,41); }
td.TdClassName
{
border-color: #AD4129;
}
.TagClassName
{
border-color: #AD4129;
}
</style>