Shades of Rouge #AD305F
Tints of Rouge #AD305F
RGB
CMYK
RGB Variations
Color information
#AD305F (or 0xAD305F) is known color: Rouge. HEX triplet: AD, 30 and 5F. RGB value is (173,48,95). Sum of RGB (Red+Green+Blue) = 173+48+95=316 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.75% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 173 - color contains mainly: red. Hex color #AD305F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD305F is #52CFA0. Grayscale: #5A5A5A. Windows color (decimal): -5427105 or 6238381. OLE color: 6238381.
HSL color Cylindrical-coordinate representation of color #AD305F: hue angle of 337.44º 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 #AD305F is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 95 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.32 |
| HSL | 337.44º | 0.57% | 0.43% | - |
| HSV(B) | 337.44º | 0.72% | 0.68% | - |
| XYZ | 20.36 | 11.82 | 12.04 | - |
| YUV | 90.73 | 130.41 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 95 | 0 | 0.72 | 0.45 | 0.32 | 337.44 | 0.57 | 0.43 |
| Hex | AD | 30 | 5F | 0 | 48 | 2D | 20 | 151 | 39 | 2B |
| Octal | 255 | 60 | 137 | 0 | 110 | 55 | 40 | 521 | 71 | 53 |
| Binary | 10101101 | 110000 | 1011111 | 0 | 1001000 | 101101 | 100000 | 101010001 | 111001 | 101011 |
Color Harmonies of #AD305F
Complementary color
Monochromatic Colors of #AD305F
Black with #AD305F
Text Example
Text Example
White with #AD305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD305F; }
p { color: rgb(173,48,95); }
H1.HeaderClassName
{
color: #AD305F;
}
.AnyTagClassName
{
color: #AD305F;
}
</style>
background-color css
<style>
a { background-color: #AD305F; }
a { background-color: rgb(173,48,95); }
div.DivClassName
{
background-color: #AD305F;
}
.BgClassName
{
background-color: #AD305F;
}
</style>
border-color css
<style>
span { border-color: #AD305F; }
span { border-color: rgb(173,48,95); }
td.TdClassName
{
border-color: #AD305F;
}
.TagClassName
{
border-color: #AD305F;
}
</style>