Shades of Rouge #B52562
Tints of Rouge #B52562
RGB
CMYK
RGB Variations
Color information
#B52562 (or 0xB52562) is known color: Rouge. HEX triplet: B5, 25 and 62. RGB value is (181,37,98). Sum of RGB (Red+Green+Blue) = 181+37+98=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B52562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52562 is #4ADA9D. Grayscale: #565656. Windows color (decimal): -4905630 or 6432181. OLE color: 6432181.
HSL color Cylindrical-coordinate representation of color #B52562: hue angle of 334.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52562 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 37 | 98 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.29 |
| HSL | 334.58º | 0.66% | 0.43% | - |
| HSV(B) | 334.58º | 0.8% | 0.71% | - |
| XYZ | 21.92 | 12.03 | 12.72 | - |
| YUV | 87.01 | 134.21 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 37 | 98 | 0 | 0.80 | 0.46 | 0.29 | 334.58 | 0.66 | 0.43 |
| Hex | B5 | 25 | 62 | 0 | 50 | 2E | 1D | 14F | 42 | 2B |
| Octal | 265 | 45 | 142 | 0 | 120 | 56 | 35 | 517 | 102 | 53 |
| Binary | 10110101 | 100101 | 1100010 | 0 | 1010000 | 101110 | 11101 | 101001111 | 1000010 | 101011 |
Color Harmonies of #B52562
Complementary color
Monochromatic Colors of #B52562
Black with #B52562
Text Example
Text Example
White with #B52562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52562; }
p { color: rgb(181,37,98); }
H1.HeaderClassName
{
color: #B52562;
}
.AnyTagClassName
{
color: #B52562;
}
</style>
background-color css
<style>
a { background-color: #B52562; }
a { background-color: rgb(181,37,98); }
div.DivClassName
{
background-color: #B52562;
}
.BgClassName
{
background-color: #B52562;
}
</style>
border-color css
<style>
span { border-color: #B52562; }
span { border-color: rgb(181,37,98); }
td.TdClassName
{
border-color: #B52562;
}
.TagClassName
{
border-color: #B52562;
}
</style>