Shades of Medium Carmine #AD3E32
Tints of Medium Carmine #AD3E32
RGB
CMYK
RGB Variations
Color information
#AD3E32 (or 0xAD3E32) is known color: Medium Carmine. HEX triplet: AD, 3E and 32. RGB value is (173,62,50). Sum of RGB (Red+Green+Blue) = 173+62+50=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E32 is #52C1CD. Grayscale: #5D5D5D. Windows color (decimal): -5423566 or 3292845. OLE color: 3292845.
HSL color Cylindrical-coordinate representation of color #AD3E32: hue angle of 5.85º degrees, saturation: 0.55, 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 #AD3E32 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 50 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.32 |
| HSL | 5.85º | 0.55% | 0.44% | - |
| HSV(B) | 5.85º | 0.71% | 0.68% | - |
| XYZ | 19.53 | 12.56 | 4.41 | - |
| YUV | 93.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 50 | 0 | 0.64 | 0.71 | 0.32 | 5.85 | 0.55 | 0.44 |
| Hex | AD | 3E | 32 | 0 | 40 | 47 | 20 | 6 | 37 | 2C |
| Octal | 255 | 76 | 62 | 0 | 100 | 107 | 40 | 6 | 67 | 54 |
| Binary | 10101101 | 111110 | 110010 | 0 | 1000000 | 1000111 | 100000 | 110 | 110111 | 101100 |
Color Harmonies of #AD3E32
Complementary color
Monochromatic Colors of #AD3E32
Black with #AD3E32
Text Example
Text Example
White with #AD3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E32; }
p { color: rgb(173,62,50); }
H1.HeaderClassName
{
color: #AD3E32;
}
.AnyTagClassName
{
color: #AD3E32;
}
</style>
background-color css
<style>
a { background-color: #AD3E32; }
a { background-color: rgb(173,62,50); }
div.DivClassName
{
background-color: #AD3E32;
}
.BgClassName
{
background-color: #AD3E32;
}
</style>
border-color css
<style>
span { border-color: #AD3E32; }
span { border-color: rgb(173,62,50); }
td.TdClassName
{
border-color: #AD3E32;
}
.TagClassName
{
border-color: #AD3E32;
}
</style>