Shades of Medium Carmine #AD3A2C
Tints of Medium Carmine #AD3A2C
RGB
CMYK
RGB Variations
Color information
#AD3A2C (or 0xAD3A2C) is known color: Medium Carmine. HEX triplet: AD, 3A and 2C. RGB value is (173,58,44). Sum of RGB (Red+Green+Blue) = 173+58+44=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A2C is #52C5D3. Grayscale: #5A5A5A. Windows color (decimal): -5424596 or 2898605. OLE color: 2898605.
HSL color Cylindrical-coordinate representation of color #AD3A2C: hue angle of 6.51º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD3A2C is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 44 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.32 |
| HSL | 6.51º | 0.59% | 0.43% | - |
| HSV(B) | 6.51º | 0.75% | 0.68% | - |
| XYZ | 19.2 | 12.09 | 3.7 | - |
| YUV | 90.79 | 101.6 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 44 | 0 | 0.66 | 0.75 | 0.32 | 6.51 | 0.59 | 0.43 |
| Hex | AD | 3A | 2C | 0 | 42 | 4B | 20 | 7 | 3B | 2B |
| Octal | 255 | 72 | 54 | 0 | 102 | 113 | 40 | 7 | 73 | 53 |
| Binary | 10101101 | 111010 | 101100 | 0 | 1000010 | 1001011 | 100000 | 111 | 111011 | 101011 |
Color Harmonies of #AD3A2C
Complementary color
Monochromatic Colors of #AD3A2C
Black with #AD3A2C
Text Example
Text Example
White with #AD3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A2C; }
p { color: rgb(173,58,44); }
H1.HeaderClassName
{
color: #AD3A2C;
}
.AnyTagClassName
{
color: #AD3A2C;
}
</style>
background-color css
<style>
a { background-color: #AD3A2C; }
a { background-color: rgb(173,58,44); }
div.DivClassName
{
background-color: #AD3A2C;
}
.BgClassName
{
background-color: #AD3A2C;
}
</style>
border-color css
<style>
span { border-color: #AD3A2C; }
span { border-color: rgb(173,58,44); }
td.TdClassName
{
border-color: #AD3A2C;
}
.TagClassName
{
border-color: #AD3A2C;
}
</style>