Shades of Medium Carmine #AD3932
Tints of Medium Carmine #AD3932
RGB
CMYK
RGB Variations
Color information
#AD3932 (or 0xAD3932) is known color: Medium Carmine. HEX triplet: AD, 39 and 32. RGB value is (173,57,50). Sum of RGB (Red+Green+Blue) = 173+57+50=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3932 is #52C6CD. Grayscale: #5B5B5B. Windows color (decimal): -5424846 or 3291565. OLE color: 3291565.
HSL color Cylindrical-coordinate representation of color #AD3932: hue angle of 3.41º 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 #AD3932 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 50 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.32 |
| HSL | 3.41º | 0.55% | 0.44% | - |
| HSV(B) | 3.41º | 0.71% | 0.68% | - |
| XYZ | 19.27 | 12.04 | 4.33 | - |
| YUV | 90.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 50 | 0 | 0.67 | 0.71 | 0.32 | 3.41 | 0.55 | 0.44 |
| Hex | AD | 39 | 32 | 0 | 43 | 47 | 20 | 3 | 37 | 2C |
| Octal | 255 | 71 | 62 | 0 | 103 | 107 | 40 | 3 | 67 | 54 |
| Binary | 10101101 | 111001 | 110010 | 0 | 1000011 | 1000111 | 100000 | 11 | 110111 | 101100 |
Color Harmonies of #AD3932
Complementary color
Monochromatic Colors of #AD3932
Black with #AD3932
Text Example
Text Example
White with #AD3932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3932; }
p { color: rgb(173,57,50); }
H1.HeaderClassName
{
color: #AD3932;
}
.AnyTagClassName
{
color: #AD3932;
}
</style>
background-color css
<style>
a { background-color: #AD3932; }
a { background-color: rgb(173,57,50); }
div.DivClassName
{
background-color: #AD3932;
}
.BgClassName
{
background-color: #AD3932;
}
</style>
border-color css
<style>
span { border-color: #AD3932; }
span { border-color: rgb(173,57,50); }
td.TdClassName
{
border-color: #AD3932;
}
.TagClassName
{
border-color: #AD3932;
}
</style>