Shades of Rouge #B0356B
Tints of Rouge #B0356B
RGB
CMYK
RGB Variations
Color information
#B0356B (or 0xB0356B) is known color: Rouge. HEX triplet: B0, 35 and 6B. RGB value is (176,53,107). Sum of RGB (Red+Green+Blue) = 176+53+107=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0356B is #4FCA94. Grayscale: #5F5F5F. Windows color (decimal): -5229205 or 7026096. OLE color: 7026096.
HSL color Cylindrical-coordinate representation of color #B0356B: hue angle of 333.66º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0356B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 107 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.31 |
| HSL | 333.66º | 0.54% | 0.45% | - |
| HSV(B) | 333.66º | 0.7% | 0.69% | - |
| XYZ | 21.83 | 12.84 | 15.24 | - |
| YUV | 95.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 107 | 0 | 0.70 | 0.39 | 0.31 | 333.66 | 0.54 | 0.45 |
| Hex | B0 | 35 | 6B | 0 | 46 | 27 | 1F | 14E | 36 | 2D |
| Octal | 260 | 65 | 153 | 0 | 106 | 47 | 37 | 516 | 66 | 55 |
| Binary | 10110000 | 110101 | 1101011 | 0 | 1000110 | 100111 | 11111 | 101001110 | 110110 | 101101 |
Color Harmonies of #B0356B
Complementary color
Monochromatic Colors of #B0356B
Black with #B0356B
Text Example
Text Example
White with #B0356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0356B; }
p { color: rgb(176,53,107); }
H1.HeaderClassName
{
color: #B0356B;
}
.AnyTagClassName
{
color: #B0356B;
}
</style>
background-color css
<style>
a { background-color: #B0356B; }
a { background-color: rgb(176,53,107); }
div.DivClassName
{
background-color: #B0356B;
}
.BgClassName
{
background-color: #B0356B;
}
</style>
border-color css
<style>
span { border-color: #B0356B; }
span { border-color: rgb(176,53,107); }
td.TdClassName
{
border-color: #B0356B;
}
.TagClassName
{
border-color: #B0356B;
}
</style>