Shades of Rouge #B2356B
Tints of Rouge #B2356B
RGB
CMYK
RGB Variations
Color information
#B2356B (or 0xB2356B) is known color: Rouge. HEX triplet: B2, 35 and 6B. RGB value is (178,53,107). Sum of RGB (Red+Green+Blue) = 178+53+107=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2356B is #4DCA94. Grayscale: #606060. Windows color (decimal): -5098133 or 7026098. OLE color: 7026098.
HSL color Cylindrical-coordinate representation of color #B2356B: hue angle of 334.08º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2356B is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 107 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.30 |
| HSL | 334.08º | 0.54% | 0.45% | - |
| HSV(B) | 334.08º | 0.7% | 0.7% | - |
| XYZ | 22.29 | 13.07 | 15.26 | - |
| YUV | 96.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 107 | 0 | 0.70 | 0.40 | 0.30 | 334.08 | 0.54 | 0.45 |
| Hex | B2 | 35 | 6B | 0 | 46 | 28 | 1E | 14E | 36 | 2D |
| Octal | 262 | 65 | 153 | 0 | 106 | 50 | 36 | 516 | 66 | 55 |
| Binary | 10110010 | 110101 | 1101011 | 0 | 1000110 | 101000 | 11110 | 101001110 | 110110 | 101101 |
Color Harmonies of #B2356B
Complementary color
Monochromatic Colors of #B2356B
Black with #B2356B
Text Example
Text Example
White with #B2356B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2356B; }
p { color: rgb(178,53,107); }
H1.HeaderClassName
{
color: #B2356B;
}
.AnyTagClassName
{
color: #B2356B;
}
</style>
background-color css
<style>
a { background-color: #B2356B; }
a { background-color: rgb(178,53,107); }
div.DivClassName
{
background-color: #B2356B;
}
.BgClassName
{
background-color: #B2356B;
}
</style>
border-color css
<style>
span { border-color: #B2356B; }
span { border-color: rgb(178,53,107); }
td.TdClassName
{
border-color: #B2356B;
}
.TagClassName
{
border-color: #B2356B;
}
</style>