Shades of Rouge #B1375C
Tints of Rouge #B1375C
RGB
CMYK
RGB Variations
Color information
#B1375C (or 0xB1375C) is known color: Rouge. HEX triplet: B1, 37 and 5C. RGB value is (177,55,92). Sum of RGB (Red+Green+Blue) = 177+55+92=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1375C is #4EC8A3. Grayscale: #5F5F5F. Windows color (decimal): -5163172 or 6043569. OLE color: 6043569.
HSL color Cylindrical-coordinate representation of color #B1375C: hue angle of 341.8º 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 #B1375C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 92 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.31 |
| HSL | 341.8º | 0.53% | 0.45% | - |
| HSV(B) | 341.8º | 0.69% | 0.69% | - |
| XYZ | 21.43 | 12.85 | 11.48 | - |
| YUV | 95.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 92 | 0 | 0.69 | 0.48 | 0.31 | 341.8 | 0.53 | 0.45 |
| Hex | B1 | 37 | 5C | 0 | 45 | 30 | 1F | 156 | 35 | 2D |
| Octal | 261 | 67 | 134 | 0 | 105 | 60 | 37 | 526 | 65 | 55 |
| Binary | 10110001 | 110111 | 1011100 | 0 | 1000101 | 110000 | 11111 | 101010110 | 110101 | 101101 |
Color Harmonies of #B1375C
Complementary color
Monochromatic Colors of #B1375C
Black with #B1375C
Text Example
Text Example
White with #B1375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1375C; }
p { color: rgb(177,55,92); }
H1.HeaderClassName
{
color: #B1375C;
}
.AnyTagClassName
{
color: #B1375C;
}
</style>
background-color css
<style>
a { background-color: #B1375C; }
a { background-color: rgb(177,55,92); }
div.DivClassName
{
background-color: #B1375C;
}
.BgClassName
{
background-color: #B1375C;
}
</style>
border-color css
<style>
span { border-color: #B1375C; }
span { border-color: rgb(177,55,92); }
td.TdClassName
{
border-color: #B1375C;
}
.TagClassName
{
border-color: #B1375C;
}
</style>