Shades of Rouge #B0376F
Tints of Rouge #B0376F
RGB
CMYK
RGB Variations
Color information
#B0376F (or 0xB0376F) is known color: Rouge. HEX triplet: B0, 37 and 6F. RGB value is (176,55,111). Sum of RGB (Red+Green+Blue) = 176+55+111=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0376F is #4FC890. Grayscale: #616161. Windows color (decimal): -5228689 or 7288752. OLE color: 7288752.
HSL color Cylindrical-coordinate representation of color #B0376F: hue angle of 332.23º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0376F is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 111 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.31 |
| HSL | 332.23º | 0.52% | 0.45% | - |
| HSV(B) | 332.23º | 0.69% | 0.69% | - |
| XYZ | 22.14 | 13.11 | 16.4 | - |
| YUV | 97.56 | 135.59 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 111 | 0 | 0.69 | 0.37 | 0.31 | 332.23 | 0.52 | 0.45 |
| Hex | B0 | 37 | 6F | 0 | 45 | 25 | 1F | 14C | 34 | 2D |
| Octal | 260 | 67 | 157 | 0 | 105 | 45 | 37 | 514 | 64 | 55 |
| Binary | 10110000 | 110111 | 1101111 | 0 | 1000101 | 100101 | 11111 | 101001100 | 110100 | 101101 |
Color Harmonies of #B0376F
Complementary color
Monochromatic Colors of #B0376F
Black with #B0376F
Text Example
Text Example
White with #B0376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0376F; }
p { color: rgb(176,55,111); }
H1.HeaderClassName
{
color: #B0376F;
}
.AnyTagClassName
{
color: #B0376F;
}
</style>
background-color css
<style>
a { background-color: #B0376F; }
a { background-color: rgb(176,55,111); }
div.DivClassName
{
background-color: #B0376F;
}
.BgClassName
{
background-color: #B0376F;
}
</style>
border-color css
<style>
span { border-color: #B0376F; }
span { border-color: rgb(176,55,111); }
td.TdClassName
{
border-color: #B0376F;
}
.TagClassName
{
border-color: #B0376F;
}
</style>