Shades of Rouge #AD365E
Tints of Rouge #AD365E
RGB
CMYK
RGB Variations
Color information
#AD365E (or 0xAD365E) is known color: Rouge. HEX triplet: AD, 36 and 5E. RGB value is (173,54,94). Sum of RGB (Red+Green+Blue) = 173+54+94=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD365E is #52C9A1. Grayscale: #5E5E5E. Windows color (decimal): -5425570 or 6174381. OLE color: 6174381.
HSL color Cylindrical-coordinate representation of color #AD365E: hue angle of 339.83º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD365E is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 94 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.32 |
| HSL | 339.83º | 0.52% | 0.45% | - |
| HSV(B) | 339.83º | 0.69% | 0.68% | - |
| XYZ | 20.57 | 12.33 | 11.89 | - |
| YUV | 94.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 94 | 0 | 0.69 | 0.46 | 0.32 | 339.83 | 0.52 | 0.45 |
| Hex | AD | 36 | 5E | 0 | 45 | 2E | 20 | 154 | 34 | 2D |
| Octal | 255 | 66 | 136 | 0 | 105 | 56 | 40 | 524 | 64 | 55 |
| Binary | 10101101 | 110110 | 1011110 | 0 | 1000101 | 101110 | 100000 | 101010100 | 110100 | 101101 |
Color Harmonies of #AD365E
Complementary color
Monochromatic Colors of #AD365E
Black with #AD365E
Text Example
Text Example
White with #AD365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD365E; }
p { color: rgb(173,54,94); }
H1.HeaderClassName
{
color: #AD365E;
}
.AnyTagClassName
{
color: #AD365E;
}
</style>
background-color css
<style>
a { background-color: #AD365E; }
a { background-color: rgb(173,54,94); }
div.DivClassName
{
background-color: #AD365E;
}
.BgClassName
{
background-color: #AD365E;
}
</style>
border-color css
<style>
span { border-color: #AD365E; }
span { border-color: rgb(173,54,94); }
td.TdClassName
{
border-color: #AD365E;
}
.TagClassName
{
border-color: #AD365E;
}
</style>