Shades of Rouge #B0316B
Tints of Rouge #B0316B
RGB
CMYK
RGB Variations
Color information
#B0316B (or 0xB0316B) is known color: Rouge. HEX triplet: B0, 31 and 6B. RGB value is (176,49,107). Sum of RGB (Red+Green+Blue) = 176+49+107=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0316B is #4FCE94. Grayscale: #5D5D5D. Windows color (decimal): -5230229 or 7025072. OLE color: 7025072.
HSL color Cylindrical-coordinate representation of color #B0316B: hue angle of 332.6º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0316B is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 107 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.31 |
| HSL | 332.6º | 0.56% | 0.44% | - |
| HSV(B) | 332.6º | 0.72% | 0.69% | - |
| XYZ | 21.66 | 12.49 | 15.18 | - |
| YUV | 93.59 | 135.58 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 107 | 0 | 0.72 | 0.39 | 0.31 | 332.6 | 0.56 | 0.44 |
| Hex | B0 | 31 | 6B | 0 | 48 | 27 | 1F | 14D | 38 | 2C |
| Octal | 260 | 61 | 153 | 0 | 110 | 47 | 37 | 515 | 70 | 54 |
| Binary | 10110000 | 110001 | 1101011 | 0 | 1001000 | 100111 | 11111 | 101001101 | 111000 | 101100 |
Color Harmonies of #B0316B
Complementary color
Monochromatic Colors of #B0316B
Black with #B0316B
Text Example
Text Example
White with #B0316B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0316B; }
p { color: rgb(176,49,107); }
H1.HeaderClassName
{
color: #B0316B;
}
.AnyTagClassName
{
color: #B0316B;
}
</style>
background-color css
<style>
a { background-color: #B0316B; }
a { background-color: rgb(176,49,107); }
div.DivClassName
{
background-color: #B0316B;
}
.BgClassName
{
background-color: #B0316B;
}
</style>
border-color css
<style>
span { border-color: #B0316B; }
span { border-color: rgb(176,49,107); }
td.TdClassName
{
border-color: #B0316B;
}
.TagClassName
{
border-color: #B0316B;
}
</style>