Shades of Rouge #AD365B
Tints of Rouge #AD365B
RGB
CMYK
RGB Variations
Color information
#AD365B (or 0xAD365B) is known color: Rouge. HEX triplet: AD, 36 and 5B. RGB value is (173,54,91). Sum of RGB (Red+Green+Blue) = 173+54+91=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD365B is #52C9A4. Grayscale: #5D5D5D. Windows color (decimal): -5425573 or 5977773. OLE color: 5977773.
HSL color Cylindrical-coordinate representation of color #AD365B: hue angle of 341.34º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD365B is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 91 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.32 |
| HSL | 341.34º | 0.52% | 0.45% | - |
| HSV(B) | 341.34º | 0.69% | 0.68% | - |
| XYZ | 20.44 | 12.28 | 11.19 | - |
| YUV | 93.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 91 | 0 | 0.69 | 0.47 | 0.32 | 341.34 | 0.52 | 0.45 |
| Hex | AD | 36 | 5B | 0 | 45 | 2F | 20 | 155 | 34 | 2D |
| Octal | 255 | 66 | 133 | 0 | 105 | 57 | 40 | 525 | 64 | 55 |
| Binary | 10101101 | 110110 | 1011011 | 0 | 1000101 | 101111 | 100000 | 101010101 | 110100 | 101101 |
Color Harmonies of #AD365B
Complementary color
Monochromatic Colors of #AD365B
Black with #AD365B
Text Example
Text Example
White with #AD365B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD365B; }
p { color: rgb(173,54,91); }
H1.HeaderClassName
{
color: #AD365B;
}
.AnyTagClassName
{
color: #AD365B;
}
</style>
background-color css
<style>
a { background-color: #AD365B; }
a { background-color: rgb(173,54,91); }
div.DivClassName
{
background-color: #AD365B;
}
.BgClassName
{
background-color: #AD365B;
}
</style>
border-color css
<style>
span { border-color: #AD365B; }
span { border-color: rgb(173,54,91); }
td.TdClassName
{
border-color: #AD365B;
}
.TagClassName
{
border-color: #AD365B;
}
</style>