Shades of Rouge #AD2962
Tints of Rouge #AD2962
RGB
CMYK
RGB Variations
Color information
#AD2962 (or 0xAD2962) is known color: Rouge. HEX triplet: AD, 29 and 62. RGB value is (173,41,98). Sum of RGB (Red+Green+Blue) = 173+41+98=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2962 is #52D69D. Grayscale: #565656. Windows color (decimal): -5428894 or 6433197. OLE color: 6433197.
HSL color Cylindrical-coordinate representation of color #AD2962: hue angle of 334.09º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2962 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 41 | 98 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.32 |
| HSL | 334.09º | 0.62% | 0.42% | - |
| HSV(B) | 334.09º | 0.76% | 0.68% | - |
| XYZ | 20.23 | 11.35 | 12.68 | - |
| YUV | 86.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 41 | 98 | 0 | 0.76 | 0.43 | 0.32 | 334.09 | 0.62 | 0.42 |
| Hex | AD | 29 | 62 | 0 | 4C | 2B | 20 | 14E | 3E | 2A |
| Octal | 255 | 51 | 142 | 0 | 114 | 53 | 40 | 516 | 76 | 52 |
| Binary | 10101101 | 101001 | 1100010 | 0 | 1001100 | 101011 | 100000 | 101001110 | 111110 | 101010 |
Color Harmonies of #AD2962
Complementary color
Monochromatic Colors of #AD2962
Black with #AD2962
Text Example
Text Example
White with #AD2962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2962; }
p { color: rgb(173,41,98); }
H1.HeaderClassName
{
color: #AD2962;
}
.AnyTagClassName
{
color: #AD2962;
}
</style>
background-color css
<style>
a { background-color: #AD2962; }
a { background-color: rgb(173,41,98); }
div.DivClassName
{
background-color: #AD2962;
}
.BgClassName
{
background-color: #AD2962;
}
</style>
border-color css
<style>
span { border-color: #AD2962; }
span { border-color: rgb(173,41,98); }
td.TdClassName
{
border-color: #AD2962;
}
.TagClassName
{
border-color: #AD2962;
}
</style>