Shades of Rouge #B0335E
Tints of Rouge #B0335E
RGB
CMYK
RGB Variations
Color information
#B0335E (or 0xB0335E) is known color: Rouge. HEX triplet: B0, 33 and 5E. RGB value is (176,51,94). Sum of RGB (Red+Green+Blue) = 176+51+94=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0335E is #4FCCA1. Grayscale: #5D5D5D. Windows color (decimal): -5229730 or 6173616. OLE color: 6173616.
HSL color Cylindrical-coordinate representation of color #B0335E: hue angle of 339.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0335E is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 94 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.31 |
| HSL | 339.36º | 0.55% | 0.45% | - |
| HSV(B) | 339.36º | 0.71% | 0.69% | - |
| XYZ | 21.11 | 12.41 | 11.87 | - |
| YUV | 93.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 94 | 0 | 0.71 | 0.47 | 0.31 | 339.36 | 0.55 | 0.45 |
| Hex | B0 | 33 | 5E | 0 | 47 | 2F | 1F | 153 | 37 | 2D |
| Octal | 260 | 63 | 136 | 0 | 107 | 57 | 37 | 523 | 67 | 55 |
| Binary | 10110000 | 110011 | 1011110 | 0 | 1000111 | 101111 | 11111 | 101010011 | 110111 | 101101 |
Color Harmonies of #B0335E
Complementary color
Monochromatic Colors of #B0335E
Black with #B0335E
Text Example
Text Example
White with #B0335E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0335E; }
p { color: rgb(176,51,94); }
H1.HeaderClassName
{
color: #B0335E;
}
.AnyTagClassName
{
color: #B0335E;
}
</style>
background-color css
<style>
a { background-color: #B0335E; }
a { background-color: rgb(176,51,94); }
div.DivClassName
{
background-color: #B0335E;
}
.BgClassName
{
background-color: #B0335E;
}
</style>
border-color css
<style>
span { border-color: #B0335E; }
span { border-color: rgb(176,51,94); }
td.TdClassName
{
border-color: #B0335E;
}
.TagClassName
{
border-color: #B0335E;
}
</style>