Shades of Rouge #B0366B
Tints of Rouge #B0366B
RGB
CMYK
RGB Variations
Color information
#B0366B (or 0xB0366B) is known color: Rouge. HEX triplet: B0, 36 and 6B. RGB value is (176,54,107). Sum of RGB (Red+Green+Blue) = 176+54+107=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0366B is #4FC994. Grayscale: #606060. Windows color (decimal): -5228949 or 7026352. OLE color: 7026352.
HSL color Cylindrical-coordinate representation of color #B0366B: hue angle of 333.93º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0366B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 107 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.31 |
| HSL | 333.93º | 0.53% | 0.45% | - |
| HSV(B) | 333.93º | 0.69% | 0.69% | - |
| XYZ | 21.88 | 12.93 | 15.25 | - |
| YUV | 96.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 107 | 0 | 0.69 | 0.39 | 0.31 | 333.93 | 0.53 | 0.45 |
| Hex | B0 | 36 | 6B | 0 | 45 | 27 | 1F | 14E | 35 | 2D |
| Octal | 260 | 66 | 153 | 0 | 105 | 47 | 37 | 516 | 65 | 55 |
| Binary | 10110000 | 110110 | 1101011 | 0 | 1000101 | 100111 | 11111 | 101001110 | 110101 | 101101 |
Color Harmonies of #B0366B
Complementary color
Monochromatic Colors of #B0366B
Black with #B0366B
Text Example
Text Example
White with #B0366B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0366B; }
p { color: rgb(176,54,107); }
H1.HeaderClassName
{
color: #B0366B;
}
.AnyTagClassName
{
color: #B0366B;
}
</style>
background-color css
<style>
a { background-color: #B0366B; }
a { background-color: rgb(176,54,107); }
div.DivClassName
{
background-color: #B0366B;
}
.BgClassName
{
background-color: #B0366B;
}
</style>
border-color css
<style>
span { border-color: #B0366B; }
span { border-color: rgb(176,54,107); }
td.TdClassName
{
border-color: #B0366B;
}
.TagClassName
{
border-color: #B0366B;
}
</style>