Shades of Medium Carmine #AD4329
Tints of Medium Carmine #AD4329
RGB
CMYK
RGB Variations
Color information
#AD4329 (or 0xAD4329) is known color: Medium Carmine. HEX triplet: AD, 43 and 29. RGB value is (173,67,41). Sum of RGB (Red+Green+Blue) = 173+67+41=281 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.57% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4329 is #52BCD6. Grayscale: #5F5F5F. Windows color (decimal): -5422295 or 2704301. OLE color: 2704301.
HSL color Cylindrical-coordinate representation of color #AD4329: hue angle of 11.82º 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 #AD4329 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 41 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.32 |
| HSL | 11.82º | 0.62% | 0.42% | - |
| HSV(B) | 11.82º | 0.76% | 0.68% | - |
| XYZ | 19.64 | 13.06 | 3.58 | - |
| YUV | 95.73 | 97.12 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 41 | 0 | 0.61 | 0.76 | 0.32 | 11.82 | 0.62 | 0.42 |
| Hex | AD | 43 | 29 | 0 | 3D | 4C | 20 | C | 3E | 2A |
| Octal | 255 | 103 | 51 | 0 | 75 | 114 | 40 | 14 | 76 | 52 |
| Binary | 10101101 | 1000011 | 101001 | 0 | 111101 | 1001100 | 100000 | 1100 | 111110 | 101010 |
Color Harmonies of #AD4329
Complementary color
Monochromatic Colors of #AD4329
Black with #AD4329
Text Example
Text Example
White with #AD4329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4329; }
p { color: rgb(173,67,41); }
H1.HeaderClassName
{
color: #AD4329;
}
.AnyTagClassName
{
color: #AD4329;
}
</style>
background-color css
<style>
a { background-color: #AD4329; }
a { background-color: rgb(173,67,41); }
div.DivClassName
{
background-color: #AD4329;
}
.BgClassName
{
background-color: #AD4329;
}
</style>
border-color css
<style>
span { border-color: #AD4329; }
span { border-color: rgb(173,67,41); }
td.TdClassName
{
border-color: #AD4329;
}
.TagClassName
{
border-color: #AD4329;
}
</style>