Shades of Rouge #B2365C
Tints of Rouge #B2365C
RGB
CMYK
RGB Variations
Color information
#B2365C (or 0xB2365C) is known color: Rouge. HEX triplet: B2, 36 and 5C. RGB value is (178,54,92). Sum of RGB (Red+Green+Blue) = 178+54+92=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2365C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2365C is #4DC9A3. Grayscale: #5F5F5F. Windows color (decimal): -5097892 or 6043314. OLE color: 6043314.
HSL color Cylindrical-coordinate representation of color #B2365C: hue angle of 341.61º 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 #B2365C is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 92 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.30 |
| HSL | 341.61º | 0.53% | 0.45% | - |
| HSV(B) | 341.61º | 0.7% | 0.7% | - |
| XYZ | 21.61 | 12.88 | 11.47 | - |
| YUV | 95.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 92 | 0 | 0.70 | 0.48 | 0.30 | 341.61 | 0.53 | 0.45 |
| Hex | B2 | 36 | 5C | 0 | 46 | 30 | 1E | 156 | 35 | 2D |
| Octal | 262 | 66 | 134 | 0 | 106 | 60 | 36 | 526 | 65 | 55 |
| Binary | 10110010 | 110110 | 1011100 | 0 | 1000110 | 110000 | 11110 | 101010110 | 110101 | 101101 |
Color Harmonies of #B2365C
Complementary color
Monochromatic Colors of #B2365C
Black with #B2365C
Text Example
Text Example
White with #B2365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2365C; }
p { color: rgb(178,54,92); }
H1.HeaderClassName
{
color: #B2365C;
}
.AnyTagClassName
{
color: #B2365C;
}
</style>
background-color css
<style>
a { background-color: #B2365C; }
a { background-color: rgb(178,54,92); }
div.DivClassName
{
background-color: #B2365C;
}
.BgClassName
{
background-color: #B2365C;
}
</style>
border-color css
<style>
span { border-color: #B2365C; }
span { border-color: rgb(178,54,92); }
td.TdClassName
{
border-color: #B2365C;
}
.TagClassName
{
border-color: #B2365C;
}
</style>