Shades of Rouge #B52D5E
Tints of Rouge #B52D5E
RGB
CMYK
RGB Variations
Color information
#B52D5E (or 0xB52D5E) is known color: Rouge. HEX triplet: B5, 2D and 5E. RGB value is (181,45,94). Sum of RGB (Red+Green+Blue) = 181+45+94=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D5E is #4AD2A1. Grayscale: #5B5B5B. Windows color (decimal): -4903586 or 6172085. OLE color: 6172085.
HSL color Cylindrical-coordinate representation of color #B52D5E: hue angle of 338.38º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52D5E is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 94 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.29 |
| HSL | 338.38º | 0.6% | 0.44% | - |
| HSV(B) | 338.38º | 0.75% | 0.71% | - |
| XYZ | 22.01 | 12.51 | 11.84 | - |
| YUV | 91.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 94 | 0 | 0.75 | 0.48 | 0.29 | 338.38 | 0.6 | 0.44 |
| Hex | B5 | 2D | 5E | 0 | 4B | 30 | 1D | 152 | 3C | 2C |
| Octal | 265 | 55 | 136 | 0 | 113 | 60 | 35 | 522 | 74 | 54 |
| Binary | 10110101 | 101101 | 1011110 | 0 | 1001011 | 110000 | 11101 | 101010010 | 111100 | 101100 |
Color Harmonies of #B52D5E
Complementary color
Monochromatic Colors of #B52D5E
Black with #B52D5E
Text Example
Text Example
White with #B52D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D5E; }
p { color: rgb(181,45,94); }
H1.HeaderClassName
{
color: #B52D5E;
}
.AnyTagClassName
{
color: #B52D5E;
}
</style>
background-color css
<style>
a { background-color: #B52D5E; }
a { background-color: rgb(181,45,94); }
div.DivClassName
{
background-color: #B52D5E;
}
.BgClassName
{
background-color: #B52D5E;
}
</style>
border-color css
<style>
span { border-color: #B52D5E; }
span { border-color: rgb(181,45,94); }
td.TdClassName
{
border-color: #B52D5E;
}
.TagClassName
{
border-color: #B52D5E;
}
</style>