Shades of Medium Carmine #AD3C33
Tints of Medium Carmine #AD3C33
RGB
CMYK
RGB Variations
Color information
#AD3C33 (or 0xAD3C33) is known color: Medium Carmine. HEX triplet: AD, 3C and 33. RGB value is (173,60,51). Sum of RGB (Red+Green+Blue) = 173+60+51=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C33 is #52C3CC. Grayscale: #5C5C5C. Windows color (decimal): -5424077 or 3357869. OLE color: 3357869.
HSL color Cylindrical-coordinate representation of color #AD3C33: hue angle of 4.43º 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 #AD3C33 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 60 | 51 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.32 |
| HSL | 4.43º | 0.54% | 0.44% | - |
| HSV(B) | 4.43º | 0.71% | 0.68% | - |
| XYZ | 19.45 | 12.35 | 4.49 | - |
| YUV | 92.76 | 104.44 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 51 | 0 | 0.65 | 0.71 | 0.32 | 4.43 | 0.54 | 0.44 |
| Hex | AD | 3C | 33 | 0 | 41 | 47 | 20 | 4 | 36 | 2C |
| Octal | 255 | 74 | 63 | 0 | 101 | 107 | 40 | 4 | 66 | 54 |
| Binary | 10101101 | 111100 | 110011 | 0 | 1000001 | 1000111 | 100000 | 100 | 110110 | 101100 |
Color Harmonies of #AD3C33
Complementary color
Monochromatic Colors of #AD3C33
Black with #AD3C33
Text Example
Text Example
White with #AD3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3C33; }
p { color: rgb(173,60,51); }
H1.HeaderClassName
{
color: #AD3C33;
}
.AnyTagClassName
{
color: #AD3C33;
}
</style>
background-color css
<style>
a { background-color: #AD3C33; }
a { background-color: rgb(173,60,51); }
div.DivClassName
{
background-color: #AD3C33;
}
.BgClassName
{
background-color: #AD3C33;
}
</style>
border-color css
<style>
span { border-color: #AD3C33; }
span { border-color: rgb(173,60,51); }
td.TdClassName
{
border-color: #AD3C33;
}
.TagClassName
{
border-color: #AD3C33;
}
</style>