Shades of Medium Carmine #AD3B3A
Tints of Medium Carmine #AD3B3A
RGB
CMYK
RGB Variations
Color information
#AD3B3A (or 0xAD3B3A) is known color: Medium Carmine. HEX triplet: AD, 3B and 3A. RGB value is (173,59,58). Sum of RGB (Red+Green+Blue) = 173+59+58=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B3A is #52C4C5. Grayscale: #5D5D5D. Windows color (decimal): -5424326 or 3816365. OLE color: 3816365.
HSL color Cylindrical-coordinate representation of color #AD3B3A: hue angle of 0.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD3B3A is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 58 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.32 |
| HSL | 0.52º | 0.5% | 0.45% | - |
| HSV(B) | 0.52º | 0.66% | 0.68% | - |
| XYZ | 19.56 | 12.32 | 5.35 | - |
| YUV | 92.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 58 | 0 | 0.66 | 0.66 | 0.32 | 0.52 | 0.5 | 0.45 |
| Hex | AD | 3B | 3A | 0 | 42 | 42 | 20 | 1 | 32 | 2D |
| Octal | 255 | 73 | 72 | 0 | 102 | 102 | 40 | 1 | 62 | 55 |
| Binary | 10101101 | 111011 | 111010 | 0 | 1000010 | 1000010 | 100000 | 1 | 110010 | 101101 |
Color Harmonies of #AD3B3A
Complementary color
Monochromatic Colors of #AD3B3A
Black with #AD3B3A
Text Example
Text Example
White with #AD3B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B3A; }
p { color: rgb(173,59,58); }
H1.HeaderClassName
{
color: #AD3B3A;
}
.AnyTagClassName
{
color: #AD3B3A;
}
</style>
background-color css
<style>
a { background-color: #AD3B3A; }
a { background-color: rgb(173,59,58); }
div.DivClassName
{
background-color: #AD3B3A;
}
.BgClassName
{
background-color: #AD3B3A;
}
</style>
border-color css
<style>
span { border-color: #AD3B3A; }
span { border-color: rgb(173,59,58); }
td.TdClassName
{
border-color: #AD3B3A;
}
.TagClassName
{
border-color: #AD3B3A;
}
</style>