Shades of Rouge #B52D64
Tints of Rouge #B52D64
RGB
CMYK
RGB Variations
Color information
#B52D64 (or 0xB52D64) is known color: Rouge. HEX triplet: B5, 2D and 64. RGB value is (181,45,100). Sum of RGB (Red+Green+Blue) = 181+45+100=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D64 is #4AD29B. Grayscale: #5B5B5B. Windows color (decimal): -4903580 or 6565301. OLE color: 6565301.
HSL color Cylindrical-coordinate representation of color #B52D64: hue angle of 335.74º 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 #B52D64 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 100 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.29 |
| HSL | 335.74º | 0.6% | 0.44% | - |
| HSV(B) | 335.74º | 0.75% | 0.71% | - |
| XYZ | 22.29 | 12.62 | 13.32 | - |
| YUV | 91.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 100 | 0 | 0.75 | 0.45 | 0.29 | 335.74 | 0.6 | 0.44 |
| Hex | B5 | 2D | 64 | 0 | 4B | 2D | 1D | 150 | 3C | 2C |
| Octal | 265 | 55 | 144 | 0 | 113 | 55 | 35 | 520 | 74 | 54 |
| Binary | 10110101 | 101101 | 1100100 | 0 | 1001011 | 101101 | 11101 | 101010000 | 111100 | 101100 |
Color Harmonies of #B52D64
Complementary color
Monochromatic Colors of #B52D64
Black with #B52D64
Text Example
Text Example
White with #B52D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D64; }
p { color: rgb(181,45,100); }
H1.HeaderClassName
{
color: #B52D64;
}
.AnyTagClassName
{
color: #B52D64;
}
</style>
background-color css
<style>
a { background-color: #B52D64; }
a { background-color: rgb(181,45,100); }
div.DivClassName
{
background-color: #B52D64;
}
.BgClassName
{
background-color: #B52D64;
}
</style>
border-color css
<style>
span { border-color: #B52D64; }
span { border-color: rgb(181,45,100); }
td.TdClassName
{
border-color: #B52D64;
}
.TagClassName
{
border-color: #B52D64;
}
</style>