Shades of Medium Carmine #AD3D29
Tints of Medium Carmine #AD3D29
RGB
CMYK
RGB Variations
Color information
#AD3D29 (or 0xAD3D29) is known color: Medium Carmine. HEX triplet: AD, 3D and 29. RGB value is (173,61,41). Sum of RGB (Red+Green+Blue) = 173+61+41=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D29 is #52C2D6. Grayscale: #5C5C5C. Windows color (decimal): -5423831 or 2702765. OLE color: 2702765.
HSL color Cylindrical-coordinate representation of color #AD3D29: hue angle of 9.09º 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 #AD3D29 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 41 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.32 |
| HSL | 9.09º | 0.62% | 0.42% | - |
| HSV(B) | 9.09º | 0.76% | 0.68% | - |
| XYZ | 19.3 | 12.38 | 3.47 | - |
| YUV | 92.21 | 99.11 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 41 | 0 | 0.65 | 0.76 | 0.32 | 9.09 | 0.62 | 0.42 |
| Hex | AD | 3D | 29 | 0 | 41 | 4C | 20 | 9 | 3E | 2A |
| Octal | 255 | 75 | 51 | 0 | 101 | 114 | 40 | 11 | 76 | 52 |
| Binary | 10101101 | 111101 | 101001 | 0 | 1000001 | 1001100 | 100000 | 1001 | 111110 | 101010 |
Color Harmonies of #AD3D29
Complementary color
Monochromatic Colors of #AD3D29
Black with #AD3D29
Text Example
Text Example
White with #AD3D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D29; }
p { color: rgb(173,61,41); }
H1.HeaderClassName
{
color: #AD3D29;
}
.AnyTagClassName
{
color: #AD3D29;
}
</style>
background-color css
<style>
a { background-color: #AD3D29; }
a { background-color: rgb(173,61,41); }
div.DivClassName
{
background-color: #AD3D29;
}
.BgClassName
{
background-color: #AD3D29;
}
</style>
border-color css
<style>
span { border-color: #AD3D29; }
span { border-color: rgb(173,61,41); }
td.TdClassName
{
border-color: #AD3D29;
}
.TagClassName
{
border-color: #AD3D29;
}
</style>