Shades of Rouge #B0316F
Tints of Rouge #B0316F
RGB
CMYK
RGB Variations
Color information
#B0316F (or 0xB0316F) is known color: Rouge. HEX triplet: B0, 31 and 6F. RGB value is (176,49,111). Sum of RGB (Red+Green+Blue) = 176+49+111=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B0316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0316F is #4FCE90. Grayscale: #5D5D5D. Windows color (decimal): -5230225 or 7287216. OLE color: 7287216.
HSL color Cylindrical-coordinate representation of color #B0316F: hue angle of 330.71º 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 #B0316F is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 111 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.31 |
| HSL | 330.71º | 0.56% | 0.44% | - |
| HSV(B) | 330.71º | 0.72% | 0.69% | - |
| XYZ | 21.87 | 12.57 | 16.31 | - |
| YUV | 94.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 111 | 0 | 0.72 | 0.37 | 0.31 | 330.71 | 0.56 | 0.44 |
| Hex | B0 | 31 | 6F | 0 | 48 | 25 | 1F | 14B | 38 | 2C |
| Octal | 260 | 61 | 157 | 0 | 110 | 45 | 37 | 513 | 70 | 54 |
| Binary | 10110000 | 110001 | 1101111 | 0 | 1001000 | 100101 | 11111 | 101001011 | 111000 | 101100 |
Color Harmonies of #B0316F
Complementary color
Monochromatic Colors of #B0316F
Black with #B0316F
Text Example
Text Example
White with #B0316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0316F; }
p { color: rgb(176,49,111); }
H1.HeaderClassName
{
color: #B0316F;
}
.AnyTagClassName
{
color: #B0316F;
}
</style>
background-color css
<style>
a { background-color: #B0316F; }
a { background-color: rgb(176,49,111); }
div.DivClassName
{
background-color: #B0316F;
}
.BgClassName
{
background-color: #B0316F;
}
</style>
border-color css
<style>
span { border-color: #B0316F; }
span { border-color: rgb(176,49,111); }
td.TdClassName
{
border-color: #B0316F;
}
.TagClassName
{
border-color: #B0316F;
}
</style>