Shades of Rouge #AD376D
Tints of Rouge #AD376D
RGB
CMYK
RGB Variations
Color information
#AD376D (or 0xAD376D) is known color: Rouge. HEX triplet: AD, 37 and 6D. RGB value is (173,55,109). Sum of RGB (Red+Green+Blue) = 173+55+109=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD376D is #52C892. Grayscale: #606060. Windows color (decimal): -5425299 or 7157677. OLE color: 7157677.
HSL color Cylindrical-coordinate representation of color #AD376D: hue angle of 332.54º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD376D is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 109 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.32 |
| HSL | 332.54º | 0.52% | 0.45% | - |
| HSV(B) | 332.54º | 0.68% | 0.68% | - |
| XYZ | 21.36 | 12.72 | 15.8 | - |
| YUV | 96.44 | 135.09 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 109 | 0 | 0.68 | 0.37 | 0.32 | 332.54 | 0.52 | 0.45 |
| Hex | AD | 37 | 6D | 0 | 44 | 25 | 20 | 14D | 34 | 2D |
| Octal | 255 | 67 | 155 | 0 | 104 | 45 | 40 | 515 | 64 | 55 |
| Binary | 10101101 | 110111 | 1101101 | 0 | 1000100 | 100101 | 100000 | 101001101 | 110100 | 101101 |
Color Harmonies of #AD376D
Complementary color
Monochromatic Colors of #AD376D
Black with #AD376D
Text Example
Text Example
White with #AD376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD376D; }
p { color: rgb(173,55,109); }
H1.HeaderClassName
{
color: #AD376D;
}
.AnyTagClassName
{
color: #AD376D;
}
</style>
background-color css
<style>
a { background-color: #AD376D; }
a { background-color: rgb(173,55,109); }
div.DivClassName
{
background-color: #AD376D;
}
.BgClassName
{
background-color: #AD376D;
}
</style>
border-color css
<style>
span { border-color: #AD376D; }
span { border-color: rgb(173,55,109); }
td.TdClassName
{
border-color: #AD376D;
}
.TagClassName
{
border-color: #AD376D;
}
</style>