Shades of Medium Carmine #AD3B2F
Tints of Medium Carmine #AD3B2F
RGB
CMYK
RGB Variations
Color information
#AD3B2F (or 0xAD3B2F) is known color: Medium Carmine. HEX triplet: AD, 3B and 2F. RGB value is (173,59,47). Sum of RGB (Red+Green+Blue) = 173+59+47=279 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.01% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3B2F is #52C4D0. Grayscale: #5B5B5B. Windows color (decimal): -5424337 or 3095469. OLE color: 3095469.
HSL color Cylindrical-coordinate representation of color #AD3B2F: hue angle of 5.71º degrees, saturation: 0.57, 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 #AD3B2F is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 59 | 47 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.32 |
| HSL | 5.71º | 0.57% | 0.43% | - |
| HSV(B) | 5.71º | 0.73% | 0.68% | - |
| XYZ | 19.31 | 12.22 | 4.03 | - |
| YUV | 91.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 59 | 47 | 0 | 0.66 | 0.73 | 0.32 | 5.71 | 0.57 | 0.43 |
| Hex | AD | 3B | 2F | 0 | 42 | 49 | 20 | 6 | 39 | 2B |
| Octal | 255 | 73 | 57 | 0 | 102 | 111 | 40 | 6 | 71 | 53 |
| Binary | 10101101 | 111011 | 101111 | 0 | 1000010 | 1001001 | 100000 | 110 | 111001 | 101011 |
Color Harmonies of #AD3B2F
Complementary color
Monochromatic Colors of #AD3B2F
Black with #AD3B2F
Text Example
Text Example
White with #AD3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3B2F; }
p { color: rgb(173,59,47); }
H1.HeaderClassName
{
color: #AD3B2F;
}
.AnyTagClassName
{
color: #AD3B2F;
}
</style>
background-color css
<style>
a { background-color: #AD3B2F; }
a { background-color: rgb(173,59,47); }
div.DivClassName
{
background-color: #AD3B2F;
}
.BgClassName
{
background-color: #AD3B2F;
}
</style>
border-color css
<style>
span { border-color: #AD3B2F; }
span { border-color: rgb(173,59,47); }
td.TdClassName
{
border-color: #AD3B2F;
}
.TagClassName
{
border-color: #AD3B2F;
}
</style>