Shades of Rouge #B0396F
Tints of Rouge #B0396F
RGB
CMYK
RGB Variations
Color information
#B0396F (or 0xB0396F) is known color: Rouge. HEX triplet: B0, 39 and 6F. RGB value is (176,57,111). Sum of RGB (Red+Green+Blue) = 176+57+111=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B0396F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0396F is #4FC690. Grayscale: #626262. Windows color (decimal): -5228177 or 7289264. OLE color: 7289264.
HSL color Cylindrical-coordinate representation of color #B0396F: hue angle of 332.77º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0396F is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 111 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.31 |
| HSL | 332.77º | 0.51% | 0.46% | - |
| HSV(B) | 332.77º | 0.68% | 0.69% | - |
| XYZ | 22.24 | 13.3 | 16.43 | - |
| YUV | 98.74 | 134.92 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 111 | 0 | 0.68 | 0.37 | 0.31 | 332.77 | 0.51 | 0.46 |
| Hex | B0 | 39 | 6F | 0 | 44 | 25 | 1F | 14D | 33 | 2E |
| Octal | 260 | 71 | 157 | 0 | 104 | 45 | 37 | 515 | 63 | 56 |
| Binary | 10110000 | 111001 | 1101111 | 0 | 1000100 | 100101 | 11111 | 101001101 | 110011 | 101110 |
Color Harmonies of #B0396F
Complementary color
Monochromatic Colors of #B0396F
Black with #B0396F
Text Example
Text Example
White with #B0396F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0396F; }
p { color: rgb(176,57,111); }
H1.HeaderClassName
{
color: #B0396F;
}
.AnyTagClassName
{
color: #B0396F;
}
</style>
background-color css
<style>
a { background-color: #B0396F; }
a { background-color: rgb(176,57,111); }
div.DivClassName
{
background-color: #B0396F;
}
.BgClassName
{
background-color: #B0396F;
}
</style>
border-color css
<style>
span { border-color: #B0396F; }
span { border-color: rgb(176,57,111); }
td.TdClassName
{
border-color: #B0396F;
}
.TagClassName
{
border-color: #B0396F;
}
</style>