Shades of Rouge #B2356C
Tints of Rouge #B2356C
RGB
CMYK
RGB Variations
Color information
#B2356C (or 0xB2356C) is known color: Rouge. HEX triplet: B2, 35 and 6C. RGB value is (178,53,108). Sum of RGB (Red+Green+Blue) = 178+53+108=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2356C is #4DCA93. Grayscale: #606060. Windows color (decimal): -5098132 or 7091634. OLE color: 7091634.
HSL color Cylindrical-coordinate representation of color #B2356C: hue angle of 333.6º 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 #B2356C is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 108 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.30 |
| HSL | 333.6º | 0.54% | 0.45% | - |
| HSV(B) | 333.6º | 0.7% | 0.7% | - |
| XYZ | 22.34 | 13.09 | 15.54 | - |
| YUV | 96.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 108 | 0 | 0.70 | 0.39 | 0.30 | 333.6 | 0.54 | 0.45 |
| Hex | B2 | 35 | 6C | 0 | 46 | 27 | 1E | 14E | 36 | 2D |
| Octal | 262 | 65 | 154 | 0 | 106 | 47 | 36 | 516 | 66 | 55 |
| Binary | 10110010 | 110101 | 1101100 | 0 | 1000110 | 100111 | 11110 | 101001110 | 110110 | 101101 |
Color Harmonies of #B2356C
Complementary color
Monochromatic Colors of #B2356C
Black with #B2356C
Text Example
Text Example
White with #B2356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2356C; }
p { color: rgb(178,53,108); }
H1.HeaderClassName
{
color: #B2356C;
}
.AnyTagClassName
{
color: #B2356C;
}
</style>
background-color css
<style>
a { background-color: #B2356C; }
a { background-color: rgb(178,53,108); }
div.DivClassName
{
background-color: #B2356C;
}
.BgClassName
{
background-color: #B2356C;
}
</style>
border-color css
<style>
span { border-color: #B2356C; }
span { border-color: rgb(178,53,108); }
td.TdClassName
{
border-color: #B2356C;
}
.TagClassName
{
border-color: #B2356C;
}
</style>