Shades of Rouge #AD305C
Tints of Rouge #AD305C
RGB
CMYK
RGB Variations
Color information
#AD305C (or 0xAD305C) is known color: Rouge. HEX triplet: AD, 30 and 5C. RGB value is (173,48,92). Sum of RGB (Red+Green+Blue) = 173+48+92=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD305C is #52CFA3. Grayscale: #5A5A5A. Windows color (decimal): -5427108 or 6041773. OLE color: 6041773.
HSL color Cylindrical-coordinate representation of color #AD305C: hue angle of 338.88º 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 #AD305C is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 92 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.32 |
| HSL | 338.88º | 0.57% | 0.43% | - |
| HSV(B) | 338.88º | 0.72% | 0.68% | - |
| XYZ | 20.22 | 11.77 | 11.33 | - |
| YUV | 90.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 92 | 0 | 0.72 | 0.47 | 0.32 | 338.88 | 0.57 | 0.43 |
| Hex | AD | 30 | 5C | 0 | 48 | 2F | 20 | 153 | 39 | 2B |
| Octal | 255 | 60 | 134 | 0 | 110 | 57 | 40 | 523 | 71 | 53 |
| Binary | 10101101 | 110000 | 1011100 | 0 | 1001000 | 101111 | 100000 | 101010011 | 111001 | 101011 |
Color Harmonies of #AD305C
Complementary color
Monochromatic Colors of #AD305C
Black with #AD305C
Text Example
Text Example
White with #AD305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD305C; }
p { color: rgb(173,48,92); }
H1.HeaderClassName
{
color: #AD305C;
}
.AnyTagClassName
{
color: #AD305C;
}
</style>
background-color css
<style>
a { background-color: #AD305C; }
a { background-color: rgb(173,48,92); }
div.DivClassName
{
background-color: #AD305C;
}
.BgClassName
{
background-color: #AD305C;
}
</style>
border-color css
<style>
span { border-color: #AD305C; }
span { border-color: rgb(173,48,92); }
td.TdClassName
{
border-color: #AD305C;
}
.TagClassName
{
border-color: #AD305C;
}
</style>