Shades of Rouge #AD375B
Tints of Rouge #AD375B
RGB
CMYK
RGB Variations
Color information
#AD375B (or 0xAD375B) is known color: Rouge. HEX triplet: AD, 37 and 5B. RGB value is (173,55,91). Sum of RGB (Red+Green+Blue) = 173+55+91=319 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.23% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 173 - color contains mainly: red. Hex color #AD375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD375B is #52C8A4. Grayscale: #5E5E5E. Windows color (decimal): -5425317 or 5978029. OLE color: 5978029.
HSL color Cylindrical-coordinate representation of color #AD375B: hue angle of 341.69º 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 #AD375B is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 91 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.32 |
| HSL | 341.69º | 0.52% | 0.45% | - |
| HSV(B) | 341.69º | 0.68% | 0.68% | - |
| XYZ | 20.49 | 12.37 | 11.21 | - |
| YUV | 94.39 | 126.09 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 91 | 0 | 0.68 | 0.47 | 0.32 | 341.69 | 0.52 | 0.45 |
| Hex | AD | 37 | 5B | 0 | 44 | 2F | 20 | 156 | 34 | 2D |
| Octal | 255 | 67 | 133 | 0 | 104 | 57 | 40 | 526 | 64 | 55 |
| Binary | 10101101 | 110111 | 1011011 | 0 | 1000100 | 101111 | 100000 | 101010110 | 110100 | 101101 |
Color Harmonies of #AD375B
Complementary color
Monochromatic Colors of #AD375B
Black with #AD375B
Text Example
Text Example
White with #AD375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD375B; }
p { color: rgb(173,55,91); }
H1.HeaderClassName
{
color: #AD375B;
}
.AnyTagClassName
{
color: #AD375B;
}
</style>
background-color css
<style>
a { background-color: #AD375B; }
a { background-color: rgb(173,55,91); }
div.DivClassName
{
background-color: #AD375B;
}
.BgClassName
{
background-color: #AD375B;
}
</style>
border-color css
<style>
span { border-color: #AD375B; }
span { border-color: rgb(173,55,91); }
td.TdClassName
{
border-color: #AD375B;
}
.TagClassName
{
border-color: #AD375B;
}
</style>