Shades of Rouge #B53760
Tints of Rouge #B53760
RGB
CMYK
RGB Variations
Color information
#B53760 (or 0xB53760) is known color: Rouge. HEX triplet: B5, 37 and 60. RGB value is (181,55,96). Sum of RGB (Red+Green+Blue) = 181+55+96=332 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.52% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 181 - color contains mainly: red. Hex color #B53760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53760 is #4AC89F. Grayscale: #616161. Windows color (decimal): -4901024 or 6305717. OLE color: 6305717.
HSL color Cylindrical-coordinate representation of color #B53760: hue angle of 340.48º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53760 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 96 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.29 |
| HSL | 340.48º | 0.53% | 0.46% | - |
| HSV(B) | 340.48º | 0.7% | 0.71% | - |
| XYZ | 22.53 | 13.4 | 12.47 | - |
| YUV | 97.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 96 | 0 | 0.70 | 0.47 | 0.29 | 340.48 | 0.53 | 0.46 |
| Hex | B5 | 37 | 60 | 0 | 46 | 2F | 1D | 154 | 35 | 2E |
| Octal | 265 | 67 | 140 | 0 | 106 | 57 | 35 | 524 | 65 | 56 |
| Binary | 10110101 | 110111 | 1100000 | 0 | 1000110 | 101111 | 11101 | 101010100 | 110101 | 101110 |
Color Harmonies of #B53760
Complementary color
Monochromatic Colors of #B53760
Black with #B53760
Text Example
Text Example
White with #B53760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53760; }
p { color: rgb(181,55,96); }
H1.HeaderClassName
{
color: #B53760;
}
.AnyTagClassName
{
color: #B53760;
}
</style>
background-color css
<style>
a { background-color: #B53760; }
a { background-color: rgb(181,55,96); }
div.DivClassName
{
background-color: #B53760;
}
.BgClassName
{
background-color: #B53760;
}
</style>
border-color css
<style>
span { border-color: #B53760; }
span { border-color: rgb(181,55,96); }
td.TdClassName
{
border-color: #B53760;
}
.TagClassName
{
border-color: #B53760;
}
</style>