Shades of Medium Carmine #AD3F32
Tints of Medium Carmine #AD3F32
RGB
CMYK
RGB Variations
Color information
#AD3F32 (or 0xAD3F32) is known color: Medium Carmine. HEX triplet: AD, 3F and 32. RGB value is (173,63,50). Sum of RGB (Red+Green+Blue) = 173+63+50=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F32 is #52C0CD. Grayscale: #5E5E5E. Windows color (decimal): -5423310 or 3293101. OLE color: 3293101.
HSL color Cylindrical-coordinate representation of color #AD3F32: hue angle of 6.34º 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 #AD3F32 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 50 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.32 |
| HSL | 6.34º | 0.55% | 0.44% | - |
| HSV(B) | 6.34º | 0.71% | 0.68% | - |
| XYZ | 19.59 | 12.67 | 4.43 | - |
| YUV | 94.41 | 102.94 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 50 | 0 | 0.64 | 0.71 | 0.32 | 6.34 | 0.55 | 0.44 |
| Hex | AD | 3F | 32 | 0 | 40 | 47 | 20 | 6 | 37 | 2C |
| Octal | 255 | 77 | 62 | 0 | 100 | 107 | 40 | 6 | 67 | 54 |
| Binary | 10101101 | 111111 | 110010 | 0 | 1000000 | 1000111 | 100000 | 110 | 110111 | 101100 |
Color Harmonies of #AD3F32
Complementary color
Monochromatic Colors of #AD3F32
Black with #AD3F32
Text Example
Text Example
White with #AD3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F32; }
p { color: rgb(173,63,50); }
H1.HeaderClassName
{
color: #AD3F32;
}
.AnyTagClassName
{
color: #AD3F32;
}
</style>
background-color css
<style>
a { background-color: #AD3F32; }
a { background-color: rgb(173,63,50); }
div.DivClassName
{
background-color: #AD3F32;
}
.BgClassName
{
background-color: #AD3F32;
}
</style>
border-color css
<style>
span { border-color: #AD3F32; }
span { border-color: rgb(173,63,50); }
td.TdClassName
{
border-color: #AD3F32;
}
.TagClassName
{
border-color: #AD3F32;
}
</style>