Shades of Rouge #B0355D
Tints of Rouge #B0355D
RGB
CMYK
RGB Variations
Color information
#B0355D (or 0xB0355D) is known color: Rouge. HEX triplet: B0, 35 and 5D. RGB value is (176,53,93). Sum of RGB (Red+Green+Blue) = 176+53+93=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0355D is #4FCAA2. Grayscale: #5E5E5E. Windows color (decimal): -5229219 or 6108592. OLE color: 6108592.
HSL color Cylindrical-coordinate representation of color #B0355D: hue angle of 340.49º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0355D is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 93 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.31 |
| HSL | 340.49º | 0.54% | 0.45% | - |
| HSV(B) | 340.49º | 0.7% | 0.69% | - |
| XYZ | 21.15 | 12.57 | 11.67 | - |
| YUV | 94.34 | 127.25 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 93 | 0 | 0.70 | 0.47 | 0.31 | 340.49 | 0.54 | 0.45 |
| Hex | B0 | 35 | 5D | 0 | 46 | 2F | 1F | 154 | 36 | 2D |
| Octal | 260 | 65 | 135 | 0 | 106 | 57 | 37 | 524 | 66 | 55 |
| Binary | 10110000 | 110101 | 1011101 | 0 | 1000110 | 101111 | 11111 | 101010100 | 110110 | 101101 |
Color Harmonies of #B0355D
Complementary color
Monochromatic Colors of #B0355D
Black with #B0355D
Text Example
Text Example
White with #B0355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0355D; }
p { color: rgb(176,53,93); }
H1.HeaderClassName
{
color: #B0355D;
}
.AnyTagClassName
{
color: #B0355D;
}
</style>
background-color css
<style>
a { background-color: #B0355D; }
a { background-color: rgb(176,53,93); }
div.DivClassName
{
background-color: #B0355D;
}
.BgClassName
{
background-color: #B0355D;
}
</style>
border-color css
<style>
span { border-color: #B0355D; }
span { border-color: rgb(176,53,93); }
td.TdClassName
{
border-color: #B0355D;
}
.TagClassName
{
border-color: #B0355D;
}
</style>