Shades of Rouge #AD2B60
Tints of Rouge #AD2B60
RGB
CMYK
RGB Variations
Color information
#AD2B60 (or 0xAD2B60) is known color: Rouge. HEX triplet: AD, 2B and 60. RGB value is (173,43,96). Sum of RGB (Red+Green+Blue) = 173+43+96=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B60 is #52D49F. Grayscale: #575757. Windows color (decimal): -5428384 or 6302637. OLE color: 6302637.
HSL color Cylindrical-coordinate representation of color #AD2B60: hue angle of 335.54º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2B60 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 96 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.32 |
| HSL | 335.54º | 0.6% | 0.42% | - |
| HSV(B) | 335.54º | 0.75% | 0.68% | - |
| XYZ | 20.21 | 11.46 | 12.21 | - |
| YUV | 87.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 96 | 0 | 0.75 | 0.45 | 0.32 | 335.54 | 0.6 | 0.42 |
| Hex | AD | 2B | 60 | 0 | 4B | 2D | 20 | 150 | 3C | 2A |
| Octal | 255 | 53 | 140 | 0 | 113 | 55 | 40 | 520 | 74 | 52 |
| Binary | 10101101 | 101011 | 1100000 | 0 | 1001011 | 101101 | 100000 | 101010000 | 111100 | 101010 |
Color Harmonies of #AD2B60
Complementary color
Monochromatic Colors of #AD2B60
Black with #AD2B60
Text Example
Text Example
White with #AD2B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B60; }
p { color: rgb(173,43,96); }
H1.HeaderClassName
{
color: #AD2B60;
}
.AnyTagClassName
{
color: #AD2B60;
}
</style>
background-color css
<style>
a { background-color: #AD2B60; }
a { background-color: rgb(173,43,96); }
div.DivClassName
{
background-color: #AD2B60;
}
.BgClassName
{
background-color: #AD2B60;
}
</style>
border-color css
<style>
span { border-color: #AD2B60; }
span { border-color: rgb(173,43,96); }
td.TdClassName
{
border-color: #AD2B60;
}
.TagClassName
{
border-color: #AD2B60;
}
</style>