Shades of Rouge #B1376D
Tints of Rouge #B1376D
RGB
CMYK
RGB Variations
Color information
#B1376D (or 0xB1376D) is known color: Rouge. HEX triplet: B1, 37 and 6D. RGB value is (177,55,109). Sum of RGB (Red+Green+Blue) = 177+55+109=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 109 (42.97% from 255 or 31.96% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1376D is #4EC892. Grayscale: #616161. Windows color (decimal): -5163155 or 7157681. OLE color: 7157681.
HSL color Cylindrical-coordinate representation of color #B1376D: hue angle of 333.44º 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 #B1376D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 109 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.31 |
| HSL | 333.44º | 0.53% | 0.45% | - |
| HSV(B) | 333.44º | 0.69% | 0.69% | - |
| XYZ | 22.26 | 13.18 | 15.84 | - |
| YUV | 97.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 109 | 0 | 0.69 | 0.38 | 0.31 | 333.44 | 0.53 | 0.45 |
| Hex | B1 | 37 | 6D | 0 | 45 | 26 | 1F | 14D | 35 | 2D |
| Octal | 261 | 67 | 155 | 0 | 105 | 46 | 37 | 515 | 65 | 55 |
| Binary | 10110001 | 110111 | 1101101 | 0 | 1000101 | 100110 | 11111 | 101001101 | 110101 | 101101 |
Color Harmonies of #B1376D
Complementary color
Monochromatic Colors of #B1376D
Black with #B1376D
Text Example
Text Example
White with #B1376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1376D; }
p { color: rgb(177,55,109); }
H1.HeaderClassName
{
color: #B1376D;
}
.AnyTagClassName
{
color: #B1376D;
}
</style>
background-color css
<style>
a { background-color: #B1376D; }
a { background-color: rgb(177,55,109); }
div.DivClassName
{
background-color: #B1376D;
}
.BgClassName
{
background-color: #B1376D;
}
</style>
border-color css
<style>
span { border-color: #B1376D; }
span { border-color: rgb(177,55,109); }
td.TdClassName
{
border-color: #B1376D;
}
.TagClassName
{
border-color: #B1376D;
}
</style>