Shades of Rouge #B2356D
Tints of Rouge #B2356D
RGB
CMYK
RGB Variations
Color information
#B2356D (or 0xB2356D) is known color: Rouge. HEX triplet: B2, 35 and 6D. RGB value is (178,53,109). Sum of RGB (Red+Green+Blue) = 178+53+109=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 53 (21.09% from 255 or 15.59% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2356D is #4DCA92. Grayscale: #606060. Windows color (decimal): -5098131 or 7157170. OLE color: 7157170.
HSL color Cylindrical-coordinate representation of color #B2356D: hue angle of 333.12º 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 #B2356D is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 109 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.30 |
| HSL | 333.12º | 0.54% | 0.45% | - |
| HSV(B) | 333.12º | 0.7% | 0.7% | - |
| XYZ | 22.39 | 13.12 | 15.82 | - |
| YUV | 96.76 | 134.91 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 109 | 0 | 0.70 | 0.39 | 0.30 | 333.12 | 0.54 | 0.45 |
| Hex | B2 | 35 | 6D | 0 | 46 | 27 | 1E | 14D | 36 | 2D |
| Octal | 262 | 65 | 155 | 0 | 106 | 47 | 36 | 515 | 66 | 55 |
| Binary | 10110010 | 110101 | 1101101 | 0 | 1000110 | 100111 | 11110 | 101001101 | 110110 | 101101 |
Color Harmonies of #B2356D
Complementary color
Monochromatic Colors of #B2356D
Black with #B2356D
Text Example
Text Example
White with #B2356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2356D; }
p { color: rgb(178,53,109); }
H1.HeaderClassName
{
color: #B2356D;
}
.AnyTagClassName
{
color: #B2356D;
}
</style>
background-color css
<style>
a { background-color: #B2356D; }
a { background-color: rgb(178,53,109); }
div.DivClassName
{
background-color: #B2356D;
}
.BgClassName
{
background-color: #B2356D;
}
</style>
border-color css
<style>
span { border-color: #B2356D; }
span { border-color: rgb(178,53,109); }
td.TdClassName
{
border-color: #B2356D;
}
.TagClassName
{
border-color: #B2356D;
}
</style>