Shades of Rouge #B1365E
Tints of Rouge #B1365E
RGB
CMYK
RGB Variations
Color information
#B1365E (or 0xB1365E) is known color: Rouge. HEX triplet: B1, 36 and 5E. RGB value is (177,54,94). Sum of RGB (Red+Green+Blue) = 177+54+94=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1365E is #4EC9A1. Grayscale: #5F5F5F. Windows color (decimal): -5163426 or 6174385. OLE color: 6174385.
HSL color Cylindrical-coordinate representation of color #B1365E: hue angle of 340.49º 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 #B1365E is Cyan = 0, Magento = 0.69, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 94 | - |
| CMYK | 0 | 0.69 | 0.47 | 0.31 |
| HSL | 340.49º | 0.53% | 0.45% | - |
| HSV(B) | 340.49º | 0.69% | 0.69% | - |
| XYZ | 21.47 | 12.79 | 11.93 | - |
| YUV | 95.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 94 | 0 | 0.69 | 0.47 | 0.31 | 340.49 | 0.53 | 0.45 |
| Hex | B1 | 36 | 5E | 0 | 45 | 2F | 1F | 154 | 35 | 2D |
| Octal | 261 | 66 | 136 | 0 | 105 | 57 | 37 | 524 | 65 | 55 |
| Binary | 10110001 | 110110 | 1011110 | 0 | 1000101 | 101111 | 11111 | 101010100 | 110101 | 101101 |
Color Harmonies of #B1365E
Complementary color
Monochromatic Colors of #B1365E
Black with #B1365E
Text Example
Text Example
White with #B1365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1365E; }
p { color: rgb(177,54,94); }
H1.HeaderClassName
{
color: #B1365E;
}
.AnyTagClassName
{
color: #B1365E;
}
</style>
background-color css
<style>
a { background-color: #B1365E; }
a { background-color: rgb(177,54,94); }
div.DivClassName
{
background-color: #B1365E;
}
.BgClassName
{
background-color: #B1365E;
}
</style>
border-color css
<style>
span { border-color: #B1365E; }
span { border-color: rgb(177,54,94); }
td.TdClassName
{
border-color: #B1365E;
}
.TagClassName
{
border-color: #B1365E;
}
</style>