Shades of Rouge #AD395D
Tints of Rouge #AD395D
RGB
CMYK
RGB Variations
Color information
#AD395D (or 0xAD395D) is known color: Rouge. HEX triplet: AD, 39 and 5D. RGB value is (173,57,93). Sum of RGB (Red+Green+Blue) = 173+57+93=323 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.56% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 173 - color contains mainly: red. Hex color #AD395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD395D is #52C6A2. Grayscale: #5F5F5F. Windows color (decimal): -5424803 or 6109613. OLE color: 6109613.
HSL color Cylindrical-coordinate representation of color #AD395D: hue angle of 341.38º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AD395D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 93 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.32 |
| HSL | 341.38º | 0.5% | 0.45% | - |
| HSV(B) | 341.38º | 0.67% | 0.68% | - |
| XYZ | 20.67 | 12.6 | 11.7 | - |
| YUV | 95.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 93 | 0 | 0.67 | 0.46 | 0.32 | 341.38 | 0.5 | 0.45 |
| Hex | AD | 39 | 5D | 0 | 43 | 2E | 20 | 155 | 32 | 2D |
| Octal | 255 | 71 | 135 | 0 | 103 | 56 | 40 | 525 | 62 | 55 |
| Binary | 10101101 | 111001 | 1011101 | 0 | 1000011 | 101110 | 100000 | 101010101 | 110010 | 101101 |
Color Harmonies of #AD395D
Complementary color
Monochromatic Colors of #AD395D
Black with #AD395D
Text Example
Text Example
White with #AD395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD395D; }
p { color: rgb(173,57,93); }
H1.HeaderClassName
{
color: #AD395D;
}
.AnyTagClassName
{
color: #AD395D;
}
</style>
background-color css
<style>
a { background-color: #AD395D; }
a { background-color: rgb(173,57,93); }
div.DivClassName
{
background-color: #AD395D;
}
.BgClassName
{
background-color: #AD395D;
}
</style>
border-color css
<style>
span { border-color: #AD395D; }
span { border-color: rgb(173,57,93); }
td.TdClassName
{
border-color: #AD395D;
}
.TagClassName
{
border-color: #AD395D;
}
</style>