Shades of Rouge #AD2B5B
Tints of Rouge #AD2B5B
RGB
CMYK
RGB Variations
Color information
#AD2B5B (or 0xAD2B5B) is known color: Rouge. HEX triplet: AD, 2B and 5B. RGB value is (173,43,91). Sum of RGB (Red+Green+Blue) = 173+43+91=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2B5B is #52D4A4. Grayscale: #575757. Windows color (decimal): -5428389 or 5974957. OLE color: 5974957.
HSL color Cylindrical-coordinate representation of color #AD2B5B: hue angle of 337.85º 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 #AD2B5B is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 91 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.32 |
| HSL | 337.85º | 0.6% | 0.42% | - |
| HSV(B) | 337.85º | 0.75% | 0.68% | - |
| XYZ | 19.99 | 11.37 | 11.04 | - |
| YUV | 87.34 | 130.07 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 91 | 0 | 0.75 | 0.47 | 0.32 | 337.85 | 0.6 | 0.42 |
| Hex | AD | 2B | 5B | 0 | 4B | 2F | 20 | 152 | 3C | 2A |
| Octal | 255 | 53 | 133 | 0 | 113 | 57 | 40 | 522 | 74 | 52 |
| Binary | 10101101 | 101011 | 1011011 | 0 | 1001011 | 101111 | 100000 | 101010010 | 111100 | 101010 |
Color Harmonies of #AD2B5B
Complementary color
Monochromatic Colors of #AD2B5B
Black with #AD2B5B
Text Example
Text Example
White with #AD2B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B5B; }
p { color: rgb(173,43,91); }
H1.HeaderClassName
{
color: #AD2B5B;
}
.AnyTagClassName
{
color: #AD2B5B;
}
</style>
background-color css
<style>
a { background-color: #AD2B5B; }
a { background-color: rgb(173,43,91); }
div.DivClassName
{
background-color: #AD2B5B;
}
.BgClassName
{
background-color: #AD2B5B;
}
</style>
border-color css
<style>
span { border-color: #AD2B5B; }
span { border-color: rgb(173,43,91); }
td.TdClassName
{
border-color: #AD2B5B;
}
.TagClassName
{
border-color: #AD2B5B;
}
</style>