Shades of Medium Carmine #AD3F33
Tints of Medium Carmine #AD3F33
RGB
CMYK
RGB Variations
Color information
#AD3F33 (or 0xAD3F33) is known color: Medium Carmine. HEX triplet: AD, 3F and 33. RGB value is (173,63,51). Sum of RGB (Red+Green+Blue) = 173+63+51=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F33 is #52C0CC. Grayscale: #5E5E5E. Windows color (decimal): -5423309 or 3358637. OLE color: 3358637.
HSL color Cylindrical-coordinate representation of color #AD3F33: hue angle of 5.9º 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 #AD3F33 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 51 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.32 |
| HSL | 5.9º | 0.54% | 0.44% | - |
| HSV(B) | 5.9º | 0.71% | 0.68% | - |
| XYZ | 19.61 | 12.68 | 4.55 | - |
| YUV | 94.52 | 103.44 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 51 | 0 | 0.64 | 0.71 | 0.32 | 5.9 | 0.54 | 0.44 |
| Hex | AD | 3F | 33 | 0 | 40 | 47 | 20 | 6 | 36 | 2C |
| Octal | 255 | 77 | 63 | 0 | 100 | 107 | 40 | 6 | 66 | 54 |
| Binary | 10101101 | 111111 | 110011 | 0 | 1000000 | 1000111 | 100000 | 110 | 110110 | 101100 |
Color Harmonies of #AD3F33
Complementary color
Monochromatic Colors of #AD3F33
Black with #AD3F33
Text Example
Text Example
White with #AD3F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F33; }
p { color: rgb(173,63,51); }
H1.HeaderClassName
{
color: #AD3F33;
}
.AnyTagClassName
{
color: #AD3F33;
}
</style>
background-color css
<style>
a { background-color: #AD3F33; }
a { background-color: rgb(173,63,51); }
div.DivClassName
{
background-color: #AD3F33;
}
.BgClassName
{
background-color: #AD3F33;
}
</style>
border-color css
<style>
span { border-color: #AD3F33; }
span { border-color: rgb(173,63,51); }
td.TdClassName
{
border-color: #AD3F33;
}
.TagClassName
{
border-color: #AD3F33;
}
</style>