Shades of Rouge #B13760
Tints of Rouge #B13760
RGB
CMYK
RGB Variations
Color information
#B13760 (or 0xB13760) is known color: Rouge. HEX triplet: B1, 37 and 60. RGB value is (177,55,96). Sum of RGB (Red+Green+Blue) = 177+55+96=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B13760 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13760 is #4EC89F. Grayscale: #606060. Windows color (decimal): -5163168 or 6305713. OLE color: 6305713.
HSL color Cylindrical-coordinate representation of color #B13760: hue angle of 339.84º 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 #B13760 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 96 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.31 |
| HSL | 339.84º | 0.53% | 0.45% | - |
| HSV(B) | 339.84º | 0.69% | 0.69% | - |
| XYZ | 21.61 | 12.92 | 12.42 | - |
| YUV | 96.15 | 127.92 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 96 | 0 | 0.69 | 0.46 | 0.31 | 339.84 | 0.53 | 0.45 |
| Hex | B1 | 37 | 60 | 0 | 45 | 2E | 1F | 154 | 35 | 2D |
| Octal | 261 | 67 | 140 | 0 | 105 | 56 | 37 | 524 | 65 | 55 |
| Binary | 10110001 | 110111 | 1100000 | 0 | 1000101 | 101110 | 11111 | 101010100 | 110101 | 101101 |
Color Harmonies of #B13760
Complementary color
Monochromatic Colors of #B13760
Black with #B13760
Text Example
Text Example
White with #B13760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13760; }
p { color: rgb(177,55,96); }
H1.HeaderClassName
{
color: #B13760;
}
.AnyTagClassName
{
color: #B13760;
}
</style>
background-color css
<style>
a { background-color: #B13760; }
a { background-color: rgb(177,55,96); }
div.DivClassName
{
background-color: #B13760;
}
.BgClassName
{
background-color: #B13760;
}
</style>
border-color css
<style>
span { border-color: #B13760; }
span { border-color: rgb(177,55,96); }
td.TdClassName
{
border-color: #B13760;
}
.TagClassName
{
border-color: #B13760;
}
</style>