Shades of Medium Carmine #AD3D2C
Tints of Medium Carmine #AD3D2C
RGB
CMYK
RGB Variations
Color information
#AD3D2C (or 0xAD3D2C) is known color: Medium Carmine. HEX triplet: AD, 3D and 2C. RGB value is (173,61,44). Sum of RGB (Red+Green+Blue) = 173+61+44=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3D2C is #52C2D3. Grayscale: #5C5C5C. Windows color (decimal): -5423828 or 2899373. OLE color: 2899373.
HSL color Cylindrical-coordinate representation of color #AD3D2C: hue angle of 7.91º 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 #AD3D2C is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 44 | - |
| CMYK | 0 | 0.65 | 0.75 | 0.32 |
| HSL | 7.91º | 0.59% | 0.43% | - |
| HSV(B) | 7.91º | 0.75% | 0.68% | - |
| XYZ | 19.36 | 12.4 | 3.76 | - |
| YUV | 92.55 | 100.61 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 44 | 0 | 0.65 | 0.75 | 0.32 | 7.91 | 0.59 | 0.43 |
| Hex | AD | 3D | 2C | 0 | 41 | 4B | 20 | 8 | 3B | 2B |
| Octal | 255 | 75 | 54 | 0 | 101 | 113 | 40 | 10 | 73 | 53 |
| Binary | 10101101 | 111101 | 101100 | 0 | 1000001 | 1001011 | 100000 | 1000 | 111011 | 101011 |
Color Harmonies of #AD3D2C
Complementary color
Monochromatic Colors of #AD3D2C
Black with #AD3D2C
Text Example
Text Example
White with #AD3D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D2C; }
p { color: rgb(173,61,44); }
H1.HeaderClassName
{
color: #AD3D2C;
}
.AnyTagClassName
{
color: #AD3D2C;
}
</style>
background-color css
<style>
a { background-color: #AD3D2C; }
a { background-color: rgb(173,61,44); }
div.DivClassName
{
background-color: #AD3D2C;
}
.BgClassName
{
background-color: #AD3D2C;
}
</style>
border-color css
<style>
span { border-color: #AD3D2C; }
span { border-color: rgb(173,61,44); }
td.TdClassName
{
border-color: #AD3D2C;
}
.TagClassName
{
border-color: #AD3D2C;
}
</style>