Shades of Medium Carmine #AD3A29
Tints of Medium Carmine #AD3A29
RGB
CMYK
RGB Variations
Color information
#AD3A29 (or 0xAD3A29) is known color: Medium Carmine. HEX triplet: AD, 3A and 29. RGB value is (173,58,41). Sum of RGB (Red+Green+Blue) = 173+58+41=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A29 is #52C5D6. Grayscale: #5A5A5A. Windows color (decimal): -5424599 or 2701997. OLE color: 2701997.
HSL color Cylindrical-coordinate representation of color #AD3A29: hue angle of 7.73º 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 #AD3A29 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 41 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.32 |
| HSL | 7.73º | 0.62% | 0.42% | - |
| HSV(B) | 7.73º | 0.76% | 0.68% | - |
| XYZ | 19.15 | 12.07 | 3.42 | - |
| YUV | 90.45 | 100.1 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 41 | 0 | 0.66 | 0.76 | 0.32 | 7.73 | 0.62 | 0.42 |
| Hex | AD | 3A | 29 | 0 | 42 | 4C | 20 | 8 | 3E | 2A |
| Octal | 255 | 72 | 51 | 0 | 102 | 114 | 40 | 10 | 76 | 52 |
| Binary | 10101101 | 111010 | 101001 | 0 | 1000010 | 1001100 | 100000 | 1000 | 111110 | 101010 |
Color Harmonies of #AD3A29
Complementary color
Monochromatic Colors of #AD3A29
Black with #AD3A29
Text Example
Text Example
White with #AD3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A29; }
p { color: rgb(173,58,41); }
H1.HeaderClassName
{
color: #AD3A29;
}
.AnyTagClassName
{
color: #AD3A29;
}
</style>
background-color css
<style>
a { background-color: #AD3A29; }
a { background-color: rgb(173,58,41); }
div.DivClassName
{
background-color: #AD3A29;
}
.BgClassName
{
background-color: #AD3A29;
}
</style>
border-color css
<style>
span { border-color: #AD3A29; }
span { border-color: rgb(173,58,41); }
td.TdClassName
{
border-color: #AD3A29;
}
.TagClassName
{
border-color: #AD3A29;
}
</style>