Shades of Medium Carmine #AD3E33
Tints of Medium Carmine #AD3E33
RGB
CMYK
RGB Variations
Color information
#AD3E33 (or 0xAD3E33) is known color: Medium Carmine. HEX triplet: AD, 3E and 33. RGB value is (173,62,51). Sum of RGB (Red+Green+Blue) = 173+62+51=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E33 is #52C1CC. Grayscale: #5E5E5E. Windows color (decimal): -5423565 or 3358381. OLE color: 3358381.
HSL color Cylindrical-coordinate representation of color #AD3E33: hue angle of 5.41º 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 #AD3E33 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 51 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.32 |
| HSL | 5.41º | 0.54% | 0.44% | - |
| HSV(B) | 5.41º | 0.71% | 0.68% | - |
| XYZ | 19.55 | 12.57 | 4.53 | - |
| YUV | 93.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 51 | 0 | 0.64 | 0.71 | 0.32 | 5.41 | 0.54 | 0.44 |
| Hex | AD | 3E | 33 | 0 | 40 | 47 | 20 | 5 | 36 | 2C |
| Octal | 255 | 76 | 63 | 0 | 100 | 107 | 40 | 5 | 66 | 54 |
| Binary | 10101101 | 111110 | 110011 | 0 | 1000000 | 1000111 | 100000 | 101 | 110110 | 101100 |
Color Harmonies of #AD3E33
Complementary color
Monochromatic Colors of #AD3E33
Black with #AD3E33
Text Example
Text Example
White with #AD3E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E33; }
p { color: rgb(173,62,51); }
H1.HeaderClassName
{
color: #AD3E33;
}
.AnyTagClassName
{
color: #AD3E33;
}
</style>
background-color css
<style>
a { background-color: #AD3E33; }
a { background-color: rgb(173,62,51); }
div.DivClassName
{
background-color: #AD3E33;
}
.BgClassName
{
background-color: #AD3E33;
}
</style>
border-color css
<style>
span { border-color: #AD3E33; }
span { border-color: rgb(173,62,51); }
td.TdClassName
{
border-color: #AD3E33;
}
.TagClassName
{
border-color: #AD3E33;
}
</style>