Shades of Rouge #B2365E
Tints of Rouge #B2365E
RGB
CMYK
RGB Variations
Color information
#B2365E (or 0xB2365E) is known color: Rouge. HEX triplet: B2, 36 and 5E. RGB value is (178,54,94). Sum of RGB (Red+Green+Blue) = 178+54+94=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2365E is #4DC9A1. Grayscale: #5F5F5F. Windows color (decimal): -5097890 or 6174386. OLE color: 6174386.
HSL color Cylindrical-coordinate representation of color #B2365E: hue angle of 340.65º degrees, saturation: 0.53, 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 #B2365E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 94 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.30 |
| HSL | 340.65º | 0.53% | 0.45% | - |
| HSV(B) | 340.65º | 0.7% | 0.7% | - |
| XYZ | 21.7 | 12.91 | 11.94 | - |
| YUV | 95.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 94 | 0 | 0.70 | 0.47 | 0.30 | 340.65 | 0.53 | 0.45 |
| Hex | B2 | 36 | 5E | 0 | 46 | 2F | 1E | 155 | 35 | 2D |
| Octal | 262 | 66 | 136 | 0 | 106 | 57 | 36 | 525 | 65 | 55 |
| Binary | 10110010 | 110110 | 1011110 | 0 | 1000110 | 101111 | 11110 | 101010101 | 110101 | 101101 |
Color Harmonies of #B2365E
Complementary color
Monochromatic Colors of #B2365E
Black with #B2365E
Text Example
Text Example
White with #B2365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2365E; }
p { color: rgb(178,54,94); }
H1.HeaderClassName
{
color: #B2365E;
}
.AnyTagClassName
{
color: #B2365E;
}
</style>
background-color css
<style>
a { background-color: #B2365E; }
a { background-color: rgb(178,54,94); }
div.DivClassName
{
background-color: #B2365E;
}
.BgClassName
{
background-color: #B2365E;
}
</style>
border-color css
<style>
span { border-color: #B2365E; }
span { border-color: rgb(178,54,94); }
td.TdClassName
{
border-color: #B2365E;
}
.TagClassName
{
border-color: #B2365E;
}
</style>