Shades of Rouge #B0295B
Tints of Rouge #B0295B
RGB
CMYK
RGB Variations
Color information
#B0295B (or 0xB0295B) is known color: Rouge. HEX triplet: B0, 29 and 5B. RGB value is (176,41,91). Sum of RGB (Red+Green+Blue) = 176+41+91=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0295B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0295B is #4FD6A4. Grayscale: #575757. Windows color (decimal): -5232293 or 5974448. OLE color: 5974448.
HSL color Cylindrical-coordinate representation of color #B0295B: hue angle of 337.78º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0295B is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 41 | 91 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.31 |
| HSL | 337.78º | 0.62% | 0.43% | - |
| HSV(B) | 337.78º | 0.77% | 0.69% | - |
| XYZ | 20.59 | 11.57 | 11.05 | - |
| YUV | 87.07 | 130.23 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 91 | 0 | 0.77 | 0.48 | 0.31 | 337.78 | 0.62 | 0.43 |
| Hex | B0 | 29 | 5B | 0 | 4D | 30 | 1F | 152 | 3E | 2B |
| Octal | 260 | 51 | 133 | 0 | 115 | 60 | 37 | 522 | 76 | 53 |
| Binary | 10110000 | 101001 | 1011011 | 0 | 1001101 | 110000 | 11111 | 101010010 | 111110 | 101011 |
Color Harmonies of #B0295B
Complementary color
Monochromatic Colors of #B0295B
Black with #B0295B
Text Example
Text Example
White with #B0295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0295B; }
p { color: rgb(176,41,91); }
H1.HeaderClassName
{
color: #B0295B;
}
.AnyTagClassName
{
color: #B0295B;
}
</style>
background-color css
<style>
a { background-color: #B0295B; }
a { background-color: rgb(176,41,91); }
div.DivClassName
{
background-color: #B0295B;
}
.BgClassName
{
background-color: #B0295B;
}
</style>
border-color css
<style>
span { border-color: #B0295B; }
span { border-color: rgb(176,41,91); }
td.TdClassName
{
border-color: #B0295B;
}
.TagClassName
{
border-color: #B0295B;
}
</style>