Shades of Rouge #B2355E
Tints of Rouge #B2355E
RGB
CMYK
RGB Variations
Color information
#B2355E (or 0xB2355E) is known color: Rouge. HEX triplet: B2, 35 and 5E. RGB value is (178,53,94). Sum of RGB (Red+Green+Blue) = 178+53+94=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2355E is #4DCAA1. Grayscale: #5F5F5F. Windows color (decimal): -5098146 or 6174130. OLE color: 6174130.
HSL color Cylindrical-coordinate representation of color #B2355E: hue angle of 340.32º 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 #B2355E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 94 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.30 |
| HSL | 340.32º | 0.54% | 0.45% | - |
| HSV(B) | 340.32º | 0.7% | 0.7% | - |
| XYZ | 21.65 | 12.82 | 11.92 | - |
| YUV | 95.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 94 | 0 | 0.70 | 0.47 | 0.30 | 340.32 | 0.54 | 0.45 |
| Hex | B2 | 35 | 5E | 0 | 46 | 2F | 1E | 154 | 36 | 2D |
| Octal | 262 | 65 | 136 | 0 | 106 | 57 | 36 | 524 | 66 | 55 |
| Binary | 10110010 | 110101 | 1011110 | 0 | 1000110 | 101111 | 11110 | 101010100 | 110110 | 101101 |
Color Harmonies of #B2355E
Complementary color
Monochromatic Colors of #B2355E
Black with #B2355E
Text Example
Text Example
White with #B2355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2355E; }
p { color: rgb(178,53,94); }
H1.HeaderClassName
{
color: #B2355E;
}
.AnyTagClassName
{
color: #B2355E;
}
</style>
background-color css
<style>
a { background-color: #B2355E; }
a { background-color: rgb(178,53,94); }
div.DivClassName
{
background-color: #B2355E;
}
.BgClassName
{
background-color: #B2355E;
}
</style>
border-color css
<style>
span { border-color: #B2355E; }
span { border-color: rgb(178,53,94); }
td.TdClassName
{
border-color: #B2355E;
}
.TagClassName
{
border-color: #B2355E;
}
</style>