Shades of Rouge #B2316B
Tints of Rouge #B2316B
RGB
CMYK
RGB Variations
Color information
#B2316B (or 0xB2316B) is known color: Rouge. HEX triplet: B2, 31 and 6B. RGB value is (178,49,107). Sum of RGB (Red+Green+Blue) = 178+49+107=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2316B is #4DCE94. Grayscale: #5E5E5E. Windows color (decimal): -5099157 or 7025074. OLE color: 7025074.
HSL color Cylindrical-coordinate representation of color #B2316B: hue angle of 333.02º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2316B is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 107 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.30 |
| HSL | 333.02º | 0.57% | 0.45% | - |
| HSV(B) | 333.02º | 0.72% | 0.7% | - |
| XYZ | 22.11 | 12.72 | 15.2 | - |
| YUV | 94.18 | 135.24 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 107 | 0 | 0.72 | 0.40 | 0.30 | 333.02 | 0.57 | 0.45 |
| Hex | B2 | 31 | 6B | 0 | 48 | 28 | 1E | 14D | 39 | 2D |
| Octal | 262 | 61 | 153 | 0 | 110 | 50 | 36 | 515 | 71 | 55 |
| Binary | 10110010 | 110001 | 1101011 | 0 | 1001000 | 101000 | 11110 | 101001101 | 111001 | 101101 |
Color Harmonies of #B2316B
Complementary color
Monochromatic Colors of #B2316B
Black with #B2316B
Text Example
Text Example
White with #B2316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2316B; }
p { color: rgb(178,49,107); }
H1.HeaderClassName
{
color: #B2316B;
}
.AnyTagClassName
{
color: #B2316B;
}
</style>
background-color css
<style>
a { background-color: #B2316B; }
a { background-color: rgb(178,49,107); }
div.DivClassName
{
background-color: #B2316B;
}
.BgClassName
{
background-color: #B2316B;
}
</style>
border-color css
<style>
span { border-color: #B2316B; }
span { border-color: rgb(178,49,107); }
td.TdClassName
{
border-color: #B2316B;
}
.TagClassName
{
border-color: #B2316B;
}
</style>