Shades of Rouge #B5356D
Tints of Rouge #B5356D
RGB
CMYK
RGB Variations
Color information
#B5356D (or 0xB5356D) is known color: Rouge. HEX triplet: B5, 35 and 6D. RGB value is (181,53,109). Sum of RGB (Red+Green+Blue) = 181+53+109=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5356D is #4ACA92. Grayscale: #616161. Windows color (decimal): -4901523 or 7157173. OLE color: 7157173.
HSL color Cylindrical-coordinate representation of color #B5356D: hue angle of 333.75º 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 #B5356D is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 109 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.29 |
| HSL | 333.75º | 0.55% | 0.46% | - |
| HSV(B) | 333.75º | 0.71% | 0.71% | - |
| XYZ | 23.09 | 13.47 | 15.85 | - |
| YUV | 97.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 109 | 0 | 0.71 | 0.40 | 0.29 | 333.75 | 0.55 | 0.46 |
| Hex | B5 | 35 | 6D | 0 | 47 | 28 | 1D | 14E | 37 | 2E |
| Octal | 265 | 65 | 155 | 0 | 107 | 50 | 35 | 516 | 67 | 56 |
| Binary | 10110101 | 110101 | 1101101 | 0 | 1000111 | 101000 | 11101 | 101001110 | 110111 | 101110 |
Color Harmonies of #B5356D
Complementary color
Monochromatic Colors of #B5356D
Black with #B5356D
Text Example
Text Example
White with #B5356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5356D; }
p { color: rgb(181,53,109); }
H1.HeaderClassName
{
color: #B5356D;
}
.AnyTagClassName
{
color: #B5356D;
}
</style>
background-color css
<style>
a { background-color: #B5356D; }
a { background-color: rgb(181,53,109); }
div.DivClassName
{
background-color: #B5356D;
}
.BgClassName
{
background-color: #B5356D;
}
</style>
border-color css
<style>
span { border-color: #B5356D; }
span { border-color: rgb(181,53,109); }
td.TdClassName
{
border-color: #B5356D;
}
.TagClassName
{
border-color: #B5356D;
}
</style>