Shades of Rouge #B53960
Tints of Rouge #B53960
RGB
CMYK
RGB Variations
Color information
#B53960 (or 0xB53960) is known color: Rouge. HEX triplet: B5, 39 and 60. RGB value is (181,57,96). Sum of RGB (Red+Green+Blue) = 181+57+96=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B53960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53960 is #4AC69F. Grayscale: #626262. Windows color (decimal): -4900512 or 6306229. OLE color: 6306229.
HSL color Cylindrical-coordinate representation of color #B53960: hue angle of 341.13º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53960 is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 96 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.29 |
| HSL | 341.13º | 0.52% | 0.47% | - |
| HSV(B) | 341.13º | 0.69% | 0.71% | - |
| XYZ | 22.63 | 13.59 | 12.5 | - |
| YUV | 98.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 96 | 0 | 0.69 | 0.47 | 0.29 | 341.13 | 0.52 | 0.47 |
| Hex | B5 | 39 | 60 | 0 | 45 | 2F | 1D | 155 | 34 | 2F |
| Octal | 265 | 71 | 140 | 0 | 105 | 57 | 35 | 525 | 64 | 57 |
| Binary | 10110101 | 111001 | 1100000 | 0 | 1000101 | 101111 | 11101 | 101010101 | 110100 | 101111 |
Color Harmonies of #B53960
Complementary color
Monochromatic Colors of #B53960
Black with #B53960
Text Example
Text Example
White with #B53960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53960; }
p { color: rgb(181,57,96); }
H1.HeaderClassName
{
color: #B53960;
}
.AnyTagClassName
{
color: #B53960;
}
</style>
background-color css
<style>
a { background-color: #B53960; }
a { background-color: rgb(181,57,96); }
div.DivClassName
{
background-color: #B53960;
}
.BgClassName
{
background-color: #B53960;
}
</style>
border-color css
<style>
span { border-color: #B53960; }
span { border-color: rgb(181,57,96); }
td.TdClassName
{
border-color: #B53960;
}
.TagClassName
{
border-color: #B53960;
}
</style>