Shades of Rouge #B0346B
Tints of Rouge #B0346B
RGB
CMYK
RGB Variations
Color information
#B0346B (or 0xB0346B) is known color: Rouge. HEX triplet: B0, 34 and 6B. RGB value is (176,52,107). Sum of RGB (Red+Green+Blue) = 176+52+107=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0346B is #4FCB94. Grayscale: #5F5F5F. Windows color (decimal): -5229461 or 7025840. OLE color: 7025840.
HSL color Cylindrical-coordinate representation of color #B0346B: hue angle of 333.39º 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 #B0346B is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 107 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.31 |
| HSL | 333.39º | 0.54% | 0.45% | - |
| HSV(B) | 333.39º | 0.7% | 0.69% | - |
| XYZ | 21.79 | 12.75 | 15.22 | - |
| YUV | 95.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 107 | 0 | 0.70 | 0.39 | 0.31 | 333.39 | 0.54 | 0.45 |
| Hex | B0 | 34 | 6B | 0 | 46 | 27 | 1F | 14D | 36 | 2D |
| Octal | 260 | 64 | 153 | 0 | 106 | 47 | 37 | 515 | 66 | 55 |
| Binary | 10110000 | 110100 | 1101011 | 0 | 1000110 | 100111 | 11111 | 101001101 | 110110 | 101101 |
Color Harmonies of #B0346B
Complementary color
Monochromatic Colors of #B0346B
Black with #B0346B
Text Example
Text Example
White with #B0346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0346B; }
p { color: rgb(176,52,107); }
H1.HeaderClassName
{
color: #B0346B;
}
.AnyTagClassName
{
color: #B0346B;
}
</style>
background-color css
<style>
a { background-color: #B0346B; }
a { background-color: rgb(176,52,107); }
div.DivClassName
{
background-color: #B0346B;
}
.BgClassName
{
background-color: #B0346B;
}
</style>
border-color css
<style>
span { border-color: #B0346B; }
span { border-color: rgb(176,52,107); }
td.TdClassName
{
border-color: #B0346B;
}
.TagClassName
{
border-color: #B0346B;
}
</style>