Shades of Rouge #AD2C5E
Tints of Rouge #AD2C5E
RGB
CMYK
RGB Variations
Color information
#AD2C5E (or 0xAD2C5E) is known color: Rouge. HEX triplet: AD, 2C and 5E. RGB value is (173,44,94). Sum of RGB (Red+Green+Blue) = 173+44+94=311 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.63% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2C5E is #52D3A1. Grayscale: #585858. Windows color (decimal): -5428130 or 6171821. OLE color: 6171821.
HSL color Cylindrical-coordinate representation of color #AD2C5E: hue angle of 336.74º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AD2C5E is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 94 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.32 |
| HSL | 336.74º | 0.59% | 0.43% | - |
| HSV(B) | 336.74º | 0.75% | 0.68% | - |
| XYZ | 20.15 | 11.49 | 11.75 | - |
| YUV | 88.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 94 | 0 | 0.75 | 0.46 | 0.32 | 336.74 | 0.59 | 0.43 |
| Hex | AD | 2C | 5E | 0 | 4B | 2E | 20 | 151 | 3B | 2B |
| Octal | 255 | 54 | 136 | 0 | 113 | 56 | 40 | 521 | 73 | 53 |
| Binary | 10101101 | 101100 | 1011110 | 0 | 1001011 | 101110 | 100000 | 101010001 | 111011 | 101011 |
Color Harmonies of #AD2C5E
Complementary color
Monochromatic Colors of #AD2C5E
Black with #AD2C5E
Text Example
Text Example
White with #AD2C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C5E; }
p { color: rgb(173,44,94); }
H1.HeaderClassName
{
color: #AD2C5E;
}
.AnyTagClassName
{
color: #AD2C5E;
}
</style>
background-color css
<style>
a { background-color: #AD2C5E; }
a { background-color: rgb(173,44,94); }
div.DivClassName
{
background-color: #AD2C5E;
}
.BgClassName
{
background-color: #AD2C5E;
}
</style>
border-color css
<style>
span { border-color: #AD2C5E; }
span { border-color: rgb(173,44,94); }
td.TdClassName
{
border-color: #AD2C5E;
}
.TagClassName
{
border-color: #AD2C5E;
}
</style>