Shades of Rouge #B0395B
Tints of Rouge #B0395B
RGB
CMYK
RGB Variations
Color information
#B0395B (or 0xB0395B) is known color: Rouge. HEX triplet: B0, 39 and 5B. RGB value is (176,57,91). Sum of RGB (Red+Green+Blue) = 176+57+91=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0395B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0395B is #4FC6A4. Grayscale: #606060. Windows color (decimal): -5228197 or 5978544. OLE color: 5978544.
HSL color Cylindrical-coordinate representation of color #B0395B: hue angle of 342.86º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0395B is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 91 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.31 |
| HSL | 342.86º | 0.51% | 0.46% | - |
| HSV(B) | 342.86º | 0.68% | 0.69% | - |
| XYZ | 21.26 | 12.91 | 11.27 | - |
| YUV | 96.46 | 124.92 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 91 | 0 | 0.68 | 0.48 | 0.31 | 342.86 | 0.51 | 0.46 |
| Hex | B0 | 39 | 5B | 0 | 44 | 30 | 1F | 157 | 33 | 2E |
| Octal | 260 | 71 | 133 | 0 | 104 | 60 | 37 | 527 | 63 | 56 |
| Binary | 10110000 | 111001 | 1011011 | 0 | 1000100 | 110000 | 11111 | 101010111 | 110011 | 101110 |
Color Harmonies of #B0395B
Complementary color
Monochromatic Colors of #B0395B
Black with #B0395B
Text Example
Text Example
White with #B0395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0395B; }
p { color: rgb(176,57,91); }
H1.HeaderClassName
{
color: #B0395B;
}
.AnyTagClassName
{
color: #B0395B;
}
</style>
background-color css
<style>
a { background-color: #B0395B; }
a { background-color: rgb(176,57,91); }
div.DivClassName
{
background-color: #B0395B;
}
.BgClassName
{
background-color: #B0395B;
}
</style>
border-color css
<style>
span { border-color: #B0395B; }
span { border-color: rgb(176,57,91); }
td.TdClassName
{
border-color: #B0395B;
}
.TagClassName
{
border-color: #B0395B;
}
</style>