Shades of Rouge #B5356C
Tints of Rouge #B5356C
RGB
CMYK
RGB Variations
Color information
#B5356C (or 0xB5356C) is known color: Rouge. HEX triplet: B5, 35 and 6C. RGB value is (181,53,108). Sum of RGB (Red+Green+Blue) = 181+53+108=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5356C is #4ACA93. Grayscale: #616161. Windows color (decimal): -4901524 or 7091637. OLE color: 7091637.
HSL color Cylindrical-coordinate representation of color #B5356C: hue angle of 334.22º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5356C is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 108 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.29 |
| HSL | 334.22º | 0.55% | 0.46% | - |
| HSV(B) | 334.22º | 0.71% | 0.71% | - |
| XYZ | 23.04 | 13.45 | 15.57 | - |
| YUV | 97.54 | 133.91 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 108 | 0 | 0.71 | 0.40 | 0.29 | 334.22 | 0.55 | 0.46 |
| Hex | B5 | 35 | 6C | 0 | 47 | 28 | 1D | 14E | 37 | 2E |
| Octal | 265 | 65 | 154 | 0 | 107 | 50 | 35 | 516 | 67 | 56 |
| Binary | 10110101 | 110101 | 1101100 | 0 | 1000111 | 101000 | 11101 | 101001110 | 110111 | 101110 |
Color Harmonies of #B5356C
Complementary color
Monochromatic Colors of #B5356C
Black with #B5356C
Text Example
Text Example
White with #B5356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5356C; }
p { color: rgb(181,53,108); }
H1.HeaderClassName
{
color: #B5356C;
}
.AnyTagClassName
{
color: #B5356C;
}
</style>
background-color css
<style>
a { background-color: #B5356C; }
a { background-color: rgb(181,53,108); }
div.DivClassName
{
background-color: #B5356C;
}
.BgClassName
{
background-color: #B5356C;
}
</style>
border-color css
<style>
span { border-color: #B5356C; }
span { border-color: rgb(181,53,108); }
td.TdClassName
{
border-color: #B5356C;
}
.TagClassName
{
border-color: #B5356C;
}
</style>