Shades of Rouge #B53260
Tints of Rouge #B53260
RGB
CMYK
RGB Variations
Color information
#B53260 (or 0xB53260) is known color: Rouge. HEX triplet: B5, 32 and 60. RGB value is (181,50,96). Sum of RGB (Red+Green+Blue) = 181+50+96=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B53260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53260 is #4ACD9F. Grayscale: #5E5E5E. Windows color (decimal): -4902304 or 6304437. OLE color: 6304437.
HSL color Cylindrical-coordinate representation of color #B53260: hue angle of 338.93º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53260 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 96 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.29 |
| HSL | 338.93º | 0.57% | 0.45% | - |
| HSV(B) | 338.93º | 0.72% | 0.71% | - |
| XYZ | 22.31 | 12.95 | 12.39 | - |
| YUV | 94.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 96 | 0 | 0.72 | 0.47 | 0.29 | 338.93 | 0.57 | 0.45 |
| Hex | B5 | 32 | 60 | 0 | 48 | 2F | 1D | 153 | 39 | 2D |
| Octal | 265 | 62 | 140 | 0 | 110 | 57 | 35 | 523 | 71 | 55 |
| Binary | 10110101 | 110010 | 1100000 | 0 | 1001000 | 101111 | 11101 | 101010011 | 111001 | 101101 |
Color Harmonies of #B53260
Complementary color
Monochromatic Colors of #B53260
Black with #B53260
Text Example
Text Example
White with #B53260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53260; }
p { color: rgb(181,50,96); }
H1.HeaderClassName
{
color: #B53260;
}
.AnyTagClassName
{
color: #B53260;
}
</style>
background-color css
<style>
a { background-color: #B53260; }
a { background-color: rgb(181,50,96); }
div.DivClassName
{
background-color: #B53260;
}
.BgClassName
{
background-color: #B53260;
}
</style>
border-color css
<style>
span { border-color: #B53260; }
span { border-color: rgb(181,50,96); }
td.TdClassName
{
border-color: #B53260;
}
.TagClassName
{
border-color: #B53260;
}
</style>