Shades of Medium Carmine #AD362E
Tints of Medium Carmine #AD362E
RGB
CMYK
RGB Variations
Color information
#AD362E (or 0xAD362E) is known color: Medium Carmine. HEX triplet: AD, 36 and 2E. RGB value is (173,54,46). Sum of RGB (Red+Green+Blue) = 173+54+46=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD362E is #52C9D1. Grayscale: #585858. Windows color (decimal): -5425618 or 3028653. OLE color: 3028653.
HSL color Cylindrical-coordinate representation of color #AD362E: hue angle of 3.78º 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 #AD362E is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 46 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.32 |
| HSL | 3.78º | 0.58% | 0.43% | - |
| HSV(B) | 3.78º | 0.73% | 0.68% | - |
| XYZ | 19.05 | 11.72 | 3.84 | - |
| YUV | 88.67 | 103.92 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 46 | 0 | 0.69 | 0.73 | 0.32 | 3.78 | 0.58 | 0.43 |
| Hex | AD | 36 | 2E | 0 | 45 | 49 | 20 | 4 | 3A | 2B |
| Octal | 255 | 66 | 56 | 0 | 105 | 111 | 40 | 4 | 72 | 53 |
| Binary | 10101101 | 110110 | 101110 | 0 | 1000101 | 1001001 | 100000 | 100 | 111010 | 101011 |
Color Harmonies of #AD362E
Complementary color
Monochromatic Colors of #AD362E
Black with #AD362E
Text Example
Text Example
White with #AD362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD362E; }
p { color: rgb(173,54,46); }
H1.HeaderClassName
{
color: #AD362E;
}
.AnyTagClassName
{
color: #AD362E;
}
</style>
background-color css
<style>
a { background-color: #AD362E; }
a { background-color: rgb(173,54,46); }
div.DivClassName
{
background-color: #AD362E;
}
.BgClassName
{
background-color: #AD362E;
}
</style>
border-color css
<style>
span { border-color: #AD362E; }
span { border-color: rgb(173,54,46); }
td.TdClassName
{
border-color: #AD362E;
}
.TagClassName
{
border-color: #AD362E;
}
</style>