Shades of Rouge #AD305D
Tints of Rouge #AD305D
RGB
CMYK
RGB Variations
Color information
#AD305D (or 0xAD305D) is known color: Rouge. HEX triplet: AD, 30 and 5D. RGB value is (173,48,93). Sum of RGB (Red+Green+Blue) = 173+48+93=314 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.10% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 173 - color contains mainly: red. Hex color #AD305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD305D is #52CFA2. Grayscale: #5A5A5A. Windows color (decimal): -5427107 or 6107309. OLE color: 6107309.
HSL color Cylindrical-coordinate representation of color #AD305D: hue angle of 338.4º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD305D is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 93 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.32 |
| HSL | 338.4º | 0.57% | 0.43% | - |
| HSV(B) | 338.4º | 0.72% | 0.68% | - |
| XYZ | 20.27 | 11.79 | 11.56 | - |
| YUV | 90.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 93 | 0 | 0.72 | 0.46 | 0.32 | 338.4 | 0.57 | 0.43 |
| Hex | AD | 30 | 5D | 0 | 48 | 2E | 20 | 152 | 39 | 2B |
| Octal | 255 | 60 | 135 | 0 | 110 | 56 | 40 | 522 | 71 | 53 |
| Binary | 10101101 | 110000 | 1011101 | 0 | 1001000 | 101110 | 100000 | 101010010 | 111001 | 101011 |
Color Harmonies of #AD305D
Complementary color
Monochromatic Colors of #AD305D
Black with #AD305D
Text Example
Text Example
White with #AD305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD305D; }
p { color: rgb(173,48,93); }
H1.HeaderClassName
{
color: #AD305D;
}
.AnyTagClassName
{
color: #AD305D;
}
</style>
background-color css
<style>
a { background-color: #AD305D; }
a { background-color: rgb(173,48,93); }
div.DivClassName
{
background-color: #AD305D;
}
.BgClassName
{
background-color: #AD305D;
}
</style>
border-color css
<style>
span { border-color: #AD305D; }
span { border-color: rgb(173,48,93); }
td.TdClassName
{
border-color: #AD305D;
}
.TagClassName
{
border-color: #AD305D;
}
</style>