Shades of Rouge #B0336A
Tints of Rouge #B0336A
RGB
CMYK
RGB Variations
Color information
#B0336A (or 0xB0336A) is known color: Rouge. HEX triplet: B0, 33 and 6A. RGB value is (176,51,106). Sum of RGB (Red+Green+Blue) = 176+51+106=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0336A is #4FCC95. Grayscale: #5E5E5E. Windows color (decimal): -5229718 or 6960048. OLE color: 6960048.
HSL color Cylindrical-coordinate representation of color #B0336A: hue angle of 333.6º 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 #B0336A is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 106 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.31 |
| HSL | 333.6º | 0.55% | 0.45% | - |
| HSV(B) | 333.6º | 0.71% | 0.69% | - |
| XYZ | 21.69 | 12.64 | 14.93 | - |
| YUV | 94.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 106 | 0 | 0.71 | 0.40 | 0.31 | 333.6 | 0.55 | 0.45 |
| Hex | B0 | 33 | 6A | 0 | 47 | 28 | 1F | 14E | 37 | 2D |
| Octal | 260 | 63 | 152 | 0 | 107 | 50 | 37 | 516 | 67 | 55 |
| Binary | 10110000 | 110011 | 1101010 | 0 | 1000111 | 101000 | 11111 | 101001110 | 110111 | 101101 |
Color Harmonies of #B0336A
Complementary color
Monochromatic Colors of #B0336A
Black with #B0336A
Text Example
Text Example
White with #B0336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0336A; }
p { color: rgb(176,51,106); }
H1.HeaderClassName
{
color: #B0336A;
}
.AnyTagClassName
{
color: #B0336A;
}
</style>
background-color css
<style>
a { background-color: #B0336A; }
a { background-color: rgb(176,51,106); }
div.DivClassName
{
background-color: #B0336A;
}
.BgClassName
{
background-color: #B0336A;
}
</style>
border-color css
<style>
span { border-color: #B0336A; }
span { border-color: rgb(176,51,106); }
td.TdClassName
{
border-color: #B0336A;
}
.TagClassName
{
border-color: #B0336A;
}
</style>