Shades of Medium Carmine #AD3B2E
Tints of Medium Carmine #AD3B2E
RGB
CMYK
RGB Variations
Color information
#AD3B2E (or 0xAD3B2E) is known color: Medium Carmine. HEX triplet: AD, 3B and 2E. RGB value is (173,59,46). Sum of RGB (Red+Green+Blue) = 173+59+46=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B2E is #52C4D1. Grayscale: #5B5B5B. Windows color (decimal): -5424338 or 3029933. OLE color: 3029933.
HSL color Cylindrical-coordinate representation of color #AD3B2E: hue angle of 6.14º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD3B2E is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 46 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.32 |
| HSL | 6.14º | 0.58% | 0.43% | - |
| HSV(B) | 6.14º | 0.73% | 0.68% | - |
| XYZ | 19.29 | 12.21 | 3.92 | - |
| YUV | 91.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 46 | 0 | 0.66 | 0.73 | 0.32 | 6.14 | 0.58 | 0.43 |
| Hex | AD | 3B | 2E | 0 | 42 | 49 | 20 | 6 | 3A | 2B |
| Octal | 255 | 73 | 56 | 0 | 102 | 111 | 40 | 6 | 72 | 53 |
| Binary | 10101101 | 111011 | 101110 | 0 | 1000010 | 1001001 | 100000 | 110 | 111010 | 101011 |
Color Harmonies of #AD3B2E
Complementary color
Monochromatic Colors of #AD3B2E
Black with #AD3B2E
Text Example
Text Example
White with #AD3B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B2E; }
p { color: rgb(173,59,46); }
H1.HeaderClassName
{
color: #AD3B2E;
}
.AnyTagClassName
{
color: #AD3B2E;
}
</style>
background-color css
<style>
a { background-color: #AD3B2E; }
a { background-color: rgb(173,59,46); }
div.DivClassName
{
background-color: #AD3B2E;
}
.BgClassName
{
background-color: #AD3B2E;
}
</style>
border-color css
<style>
span { border-color: #AD3B2E; }
span { border-color: rgb(173,59,46); }
td.TdClassName
{
border-color: #AD3B2E;
}
.TagClassName
{
border-color: #AD3B2E;
}
</style>