Shades of Rouge #AD375C
Tints of Rouge #AD375C
RGB
CMYK
RGB Variations
Color information
#AD375C (or 0xAD375C) is known color: Rouge. HEX triplet: AD, 37 and 5C. RGB value is (173,55,92). Sum of RGB (Red+Green+Blue) = 173+55+92=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD375C is #52C8A3. Grayscale: #5E5E5E. Windows color (decimal): -5425316 or 6043565. OLE color: 6043565.
HSL color Cylindrical-coordinate representation of color #AD375C: hue angle of 341.19º 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 #AD375C is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 92 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.32 |
| HSL | 341.19º | 0.52% | 0.45% | - |
| HSV(B) | 341.19º | 0.68% | 0.68% | - |
| XYZ | 20.53 | 12.39 | 11.43 | - |
| YUV | 94.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 92 | 0 | 0.68 | 0.47 | 0.32 | 341.19 | 0.52 | 0.45 |
| Hex | AD | 37 | 5C | 0 | 44 | 2F | 20 | 155 | 34 | 2D |
| Octal | 255 | 67 | 134 | 0 | 104 | 57 | 40 | 525 | 64 | 55 |
| Binary | 10101101 | 110111 | 1011100 | 0 | 1000100 | 101111 | 100000 | 101010101 | 110100 | 101101 |
Color Harmonies of #AD375C
Complementary color
Monochromatic Colors of #AD375C
Black with #AD375C
Text Example
Text Example
White with #AD375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD375C; }
p { color: rgb(173,55,92); }
H1.HeaderClassName
{
color: #AD375C;
}
.AnyTagClassName
{
color: #AD375C;
}
</style>
background-color css
<style>
a { background-color: #AD375C; }
a { background-color: rgb(173,55,92); }
div.DivClassName
{
background-color: #AD375C;
}
.BgClassName
{
background-color: #AD375C;
}
</style>
border-color css
<style>
span { border-color: #AD375C; }
span { border-color: rgb(173,55,92); }
td.TdClassName
{
border-color: #AD375C;
}
.TagClassName
{
border-color: #AD375C;
}
</style>