Shades of Rouge #B52C69
Tints of Rouge #B52C69
RGB
CMYK
RGB Variations
Color information
#B52C69 (or 0xB52C69) is known color: Rouge. HEX triplet: B5, 2C and 69. RGB value is (181,44,105). Sum of RGB (Red+Green+Blue) = 181+44+105=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 44 (17.58% from 255 or 13.33% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52C69 is #4AD396. Grayscale: #5B5B5B. Windows color (decimal): -4903831 or 6892725. OLE color: 6892725.
HSL color Cylindrical-coordinate representation of color #B52C69: hue angle of 333.28º 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 #B52C69 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 105 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.29 |
| HSL | 333.28º | 0.61% | 0.44% | - |
| HSV(B) | 333.28º | 0.76% | 0.71% | - |
| XYZ | 22.51 | 12.65 | 14.62 | - |
| YUV | 91.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 105 | 0 | 0.76 | 0.42 | 0.29 | 333.28 | 0.61 | 0.44 |
| Hex | B5 | 2C | 69 | 0 | 4C | 2A | 1D | 14D | 3D | 2C |
| Octal | 265 | 54 | 151 | 0 | 114 | 52 | 35 | 515 | 75 | 54 |
| Binary | 10110101 | 101100 | 1101001 | 0 | 1001100 | 101010 | 11101 | 101001101 | 111101 | 101100 |
Color Harmonies of #B52C69
Complementary color
Monochromatic Colors of #B52C69
Black with #B52C69
Text Example
Text Example
White with #B52C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C69; }
p { color: rgb(181,44,105); }
H1.HeaderClassName
{
color: #B52C69;
}
.AnyTagClassName
{
color: #B52C69;
}
</style>
background-color css
<style>
a { background-color: #B52C69; }
a { background-color: rgb(181,44,105); }
div.DivClassName
{
background-color: #B52C69;
}
.BgClassName
{
background-color: #B52C69;
}
</style>
border-color css
<style>
span { border-color: #B52C69; }
span { border-color: rgb(181,44,105); }
td.TdClassName
{
border-color: #B52C69;
}
.TagClassName
{
border-color: #B52C69;
}
</style>