Shades of Rouge #B52C68
Tints of Rouge #B52C68
RGB
CMYK
RGB Variations
Color information
#B52C68 (or 0xB52C68) is known color: Rouge. HEX triplet: B5, 2C and 68. RGB value is (181,44,104). Sum of RGB (Red+Green+Blue) = 181+44+104=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52C68 is #4AD397. Grayscale: #5B5B5B. Windows color (decimal): -4903832 or 6827189. OLE color: 6827189.
HSL color Cylindrical-coordinate representation of color #B52C68: hue angle of 333.72º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52C68 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 104 | - |
| CMYK | 0 | 0.76 | 0.43 | 0.29 |
| HSL | 333.72º | 0.61% | 0.44% | - |
| HSV(B) | 333.72º | 0.76% | 0.71% | - |
| XYZ | 22.46 | 12.62 | 14.35 | - |
| YUV | 91.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 104 | 0 | 0.76 | 0.43 | 0.29 | 333.72 | 0.61 | 0.44 |
| Hex | B5 | 2C | 68 | 0 | 4C | 2B | 1D | 14E | 3D | 2C |
| Octal | 265 | 54 | 150 | 0 | 114 | 53 | 35 | 516 | 75 | 54 |
| Binary | 10110101 | 101100 | 1101000 | 0 | 1001100 | 101011 | 11101 | 101001110 | 111101 | 101100 |
Color Harmonies of #B52C68
Complementary color
Monochromatic Colors of #B52C68
Black with #B52C68
Text Example
Text Example
White with #B52C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C68; }
p { color: rgb(181,44,104); }
H1.HeaderClassName
{
color: #B52C68;
}
.AnyTagClassName
{
color: #B52C68;
}
</style>
background-color css
<style>
a { background-color: #B52C68; }
a { background-color: rgb(181,44,104); }
div.DivClassName
{
background-color: #B52C68;
}
.BgClassName
{
background-color: #B52C68;
}
</style>
border-color css
<style>
span { border-color: #B52C68; }
span { border-color: rgb(181,44,104); }
td.TdClassName
{
border-color: #B52C68;
}
.TagClassName
{
border-color: #B52C68;
}
</style>