Shades of Rouge #AD2760
Tints of Rouge #AD2760
RGB
CMYK
RGB Variations
Color information
#AD2760 (or 0xAD2760) is known color: Rouge. HEX triplet: AD, 27 and 60. RGB value is (173,39,96). Sum of RGB (Red+Green+Blue) = 173+39+96=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2760 is #52D89F. Grayscale: #555555. Windows color (decimal): -5429408 or 6301613. OLE color: 6301613.
HSL color Cylindrical-coordinate representation of color #AD2760: hue angle of 334.48º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD2760 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 96 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.32 |
| HSL | 334.48º | 0.63% | 0.42% | - |
| HSV(B) | 334.48º | 0.77% | 0.68% | - |
| XYZ | 20.07 | 11.18 | 12.17 | - |
| YUV | 85.56 | 133.89 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 96 | 0 | 0.77 | 0.45 | 0.32 | 334.48 | 0.63 | 0.42 |
| Hex | AD | 27 | 60 | 0 | 4D | 2D | 20 | 14E | 3F | 2A |
| Octal | 255 | 47 | 140 | 0 | 115 | 55 | 40 | 516 | 77 | 52 |
| Binary | 10101101 | 100111 | 1100000 | 0 | 1001101 | 101101 | 100000 | 101001110 | 111111 | 101010 |
Color Harmonies of #AD2760
Complementary color
Monochromatic Colors of #AD2760
Black with #AD2760
Text Example
Text Example
White with #AD2760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2760; }
p { color: rgb(173,39,96); }
H1.HeaderClassName
{
color: #AD2760;
}
.AnyTagClassName
{
color: #AD2760;
}
</style>
background-color css
<style>
a { background-color: #AD2760; }
a { background-color: rgb(173,39,96); }
div.DivClassName
{
background-color: #AD2760;
}
.BgClassName
{
background-color: #AD2760;
}
</style>
border-color css
<style>
span { border-color: #AD2760; }
span { border-color: rgb(173,39,96); }
td.TdClassName
{
border-color: #AD2760;
}
.TagClassName
{
border-color: #AD2760;
}
</style>