Shades of Rouge #B1376C
Tints of Rouge #B1376C
RGB
CMYK
RGB Variations
Color information
#B1376C (or 0xB1376C) is known color: Rouge. HEX triplet: B1, 37 and 6C. RGB value is (177,55,108). Sum of RGB (Red+Green+Blue) = 177+55+108=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1376C is #4EC893. Grayscale: #616161. Windows color (decimal): -5163156 or 7092145. OLE color: 7092145.
HSL color Cylindrical-coordinate representation of color #B1376C: hue angle of 333.93º degrees, saturation: 0.53, 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 #B1376C is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 108 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.31 |
| HSL | 333.93º | 0.53% | 0.45% | - |
| HSV(B) | 333.93º | 0.69% | 0.69% | - |
| XYZ | 22.2 | 13.16 | 15.56 | - |
| YUV | 97.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 108 | 0 | 0.69 | 0.39 | 0.31 | 333.93 | 0.53 | 0.45 |
| Hex | B1 | 37 | 6C | 0 | 45 | 27 | 1F | 14E | 35 | 2D |
| Octal | 261 | 67 | 154 | 0 | 105 | 47 | 37 | 516 | 65 | 55 |
| Binary | 10110001 | 110111 | 1101100 | 0 | 1000101 | 100111 | 11111 | 101001110 | 110101 | 101101 |
Color Harmonies of #B1376C
Complementary color
Monochromatic Colors of #B1376C
Black with #B1376C
Text Example
Text Example
White with #B1376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1376C; }
p { color: rgb(177,55,108); }
H1.HeaderClassName
{
color: #B1376C;
}
.AnyTagClassName
{
color: #B1376C;
}
</style>
background-color css
<style>
a { background-color: #B1376C; }
a { background-color: rgb(177,55,108); }
div.DivClassName
{
background-color: #B1376C;
}
.BgClassName
{
background-color: #B1376C;
}
</style>
border-color css
<style>
span { border-color: #B1376C; }
span { border-color: rgb(177,55,108); }
td.TdClassName
{
border-color: #B1376C;
}
.TagClassName
{
border-color: #B1376C;
}
</style>