Shades of Rouge #B53365
Tints of Rouge #B53365
RGB
CMYK
RGB Variations
Color information
#B53365 (or 0xB53365) is known color: Rouge. HEX triplet: B5, 33 and 65. RGB value is (181,51,101). Sum of RGB (Red+Green+Blue) = 181+51+101=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B53365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53365 is #4ACC9A. Grayscale: #5F5F5F. Windows color (decimal): -4902043 or 6632373. OLE color: 6632373.
HSL color Cylindrical-coordinate representation of color #B53365: hue angle of 336.92º degrees, saturation: 0.56, 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 #B53365 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 51 | 101 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.29 |
| HSL | 336.92º | 0.56% | 0.45% | - |
| HSV(B) | 336.92º | 0.72% | 0.71% | - |
| XYZ | 22.59 | 13.13 | 13.66 | - |
| YUV | 95.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 51 | 101 | 0 | 0.72 | 0.44 | 0.29 | 336.92 | 0.56 | 0.45 |
| Hex | B5 | 33 | 65 | 0 | 48 | 2C | 1D | 151 | 38 | 2D |
| Octal | 265 | 63 | 145 | 0 | 110 | 54 | 35 | 521 | 70 | 55 |
| Binary | 10110101 | 110011 | 1100101 | 0 | 1001000 | 101100 | 11101 | 101010001 | 111000 | 101101 |
Color Harmonies of #B53365
Complementary color
Monochromatic Colors of #B53365
Black with #B53365
Text Example
Text Example
White with #B53365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53365; }
p { color: rgb(181,51,101); }
H1.HeaderClassName
{
color: #B53365;
}
.AnyTagClassName
{
color: #B53365;
}
</style>
background-color css
<style>
a { background-color: #B53365; }
a { background-color: rgb(181,51,101); }
div.DivClassName
{
background-color: #B53365;
}
.BgClassName
{
background-color: #B53365;
}
</style>
border-color css
<style>
span { border-color: #B53365; }
span { border-color: rgb(181,51,101); }
td.TdClassName
{
border-color: #B53365;
}
.TagClassName
{
border-color: #B53365;
}
</style>