Shades of Rouge #B1366D
Tints of Rouge #B1366D
RGB
CMYK
RGB Variations
Color information
#B1366D (or 0xB1366D) is known color: Rouge. HEX triplet: B1, 36 and 6D. RGB value is (177,54,109). Sum of RGB (Red+Green+Blue) = 177+54+109=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1366D is #4EC992. Grayscale: #606060. Windows color (decimal): -5163411 or 7157425. OLE color: 7157425.
HSL color Cylindrical-coordinate representation of color #B1366D: hue angle of 333.17º 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 #B1366D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 54 | 109 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.31 |
| HSL | 333.17º | 0.53% | 0.45% | - |
| HSV(B) | 333.17º | 0.69% | 0.69% | - |
| XYZ | 22.21 | 13.09 | 15.82 | - |
| YUV | 97.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 54 | 109 | 0 | 0.69 | 0.38 | 0.31 | 333.17 | 0.53 | 0.45 |
| Hex | B1 | 36 | 6D | 0 | 45 | 26 | 1F | 14D | 35 | 2D |
| Octal | 261 | 66 | 155 | 0 | 105 | 46 | 37 | 515 | 65 | 55 |
| Binary | 10110001 | 110110 | 1101101 | 0 | 1000101 | 100110 | 11111 | 101001101 | 110101 | 101101 |
Color Harmonies of #B1366D
Complementary color
Monochromatic Colors of #B1366D
Black with #B1366D
Text Example
Text Example
White with #B1366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1366D; }
p { color: rgb(177,54,109); }
H1.HeaderClassName
{
color: #B1366D;
}
.AnyTagClassName
{
color: #B1366D;
}
</style>
background-color css
<style>
a { background-color: #B1366D; }
a { background-color: rgb(177,54,109); }
div.DivClassName
{
background-color: #B1366D;
}
.BgClassName
{
background-color: #B1366D;
}
</style>
border-color css
<style>
span { border-color: #B1366D; }
span { border-color: rgb(177,54,109); }
td.TdClassName
{
border-color: #B1366D;
}
.TagClassName
{
border-color: #B1366D;
}
</style>