Shades of Rouge #B93160
Tints of Rouge #B93160
RGB
CMYK
RGB Variations
Color information
#B93160 (or 0xB93160) is known color: Rouge. HEX triplet: B9, 31 and 60. RGB value is (185,49,96). Sum of RGB (Red+Green+Blue) = 185+49+96=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B93160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93160 is #46CE9F. Grayscale: #5E5E5E. Windows color (decimal): -4640416 or 6304185. OLE color: 6304185.
HSL color Cylindrical-coordinate representation of color #B93160: hue angle of 339.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93160 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 96 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.27 |
| HSL | 339.26º | 0.58% | 0.46% | - |
| HSV(B) | 339.26º | 0.74% | 0.73% | - |
| XYZ | 23.22 | 13.36 | 12.42 | - |
| YUV | 95.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 96 | 0 | 0.74 | 0.48 | 0.27 | 339.26 | 0.58 | 0.46 |
| Hex | B9 | 31 | 60 | 0 | 4A | 30 | 1B | 153 | 3A | 2E |
| Octal | 271 | 61 | 140 | 0 | 112 | 60 | 33 | 523 | 72 | 56 |
| Binary | 10111001 | 110001 | 1100000 | 0 | 1001010 | 110000 | 11011 | 101010011 | 111010 | 101110 |
Color Harmonies of #B93160
Complementary color
Monochromatic Colors of #B93160
Black with #B93160
Text Example
Text Example
White with #B93160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93160; }
p { color: rgb(185,49,96); }
H1.HeaderClassName
{
color: #B93160;
}
.AnyTagClassName
{
color: #B93160;
}
</style>
background-color css
<style>
a { background-color: #B93160; }
a { background-color: rgb(185,49,96); }
div.DivClassName
{
background-color: #B93160;
}
.BgClassName
{
background-color: #B93160;
}
</style>
border-color css
<style>
span { border-color: #B93160; }
span { border-color: rgb(185,49,96); }
td.TdClassName
{
border-color: #B93160;
}
.TagClassName
{
border-color: #B93160;
}
</style>