Shades of Medium Carmine #AD4133
Tints of Medium Carmine #AD4133
RGB
CMYK
RGB Variations
Color information
#AD4133 (or 0xAD4133) is known color: Medium Carmine. HEX triplet: AD, 41 and 33. RGB value is (173,65,51). Sum of RGB (Red+Green+Blue) = 173+65+51=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD4133 is #52BECC. Grayscale: #5F5F5F. Windows color (decimal): -5422797 or 3359149. OLE color: 3359149.
HSL color Cylindrical-coordinate representation of color #AD4133: hue angle of 6.89º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD4133 is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 65 | 51 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.32 |
| HSL | 6.89º | 0.54% | 0.44% | - |
| HSV(B) | 6.89º | 0.71% | 0.68% | - |
| XYZ | 19.72 | 12.9 | 4.58 | - |
| YUV | 95.7 | 102.78 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 65 | 51 | 0 | 0.62 | 0.71 | 0.32 | 6.89 | 0.54 | 0.44 |
| Hex | AD | 41 | 33 | 0 | 3E | 47 | 20 | 7 | 36 | 2C |
| Octal | 255 | 101 | 63 | 0 | 76 | 107 | 40 | 7 | 66 | 54 |
| Binary | 10101101 | 1000001 | 110011 | 0 | 111110 | 1000111 | 100000 | 111 | 110110 | 101100 |
Color Harmonies of #AD4133
Complementary color
Monochromatic Colors of #AD4133
Black with #AD4133
Text Example
Text Example
White with #AD4133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4133; }
p { color: rgb(173,65,51); }
H1.HeaderClassName
{
color: #AD4133;
}
.AnyTagClassName
{
color: #AD4133;
}
</style>
background-color css
<style>
a { background-color: #AD4133; }
a { background-color: rgb(173,65,51); }
div.DivClassName
{
background-color: #AD4133;
}
.BgClassName
{
background-color: #AD4133;
}
</style>
border-color css
<style>
span { border-color: #AD4133; }
span { border-color: rgb(173,65,51); }
td.TdClassName
{
border-color: #AD4133;
}
.TagClassName
{
border-color: #AD4133;
}
</style>