Shades of Rouge #B0366D
Tints of Rouge #B0366D
RGB
CMYK
RGB Variations
Color information
#B0366D (or 0xB0366D) is known color: Rouge. HEX triplet: B0, 36 and 6D. RGB value is (176,54,109). Sum of RGB (Red+Green+Blue) = 176+54+109=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0366D is #4FC992. Grayscale: #606060. Windows color (decimal): -5228947 or 7157424. OLE color: 7157424.
HSL color Cylindrical-coordinate representation of color #B0366D: hue angle of 332.95º 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 #B0366D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 109 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.31 |
| HSL | 332.95º | 0.53% | 0.45% | - |
| HSV(B) | 332.95º | 0.69% | 0.69% | - |
| XYZ | 21.98 | 12.97 | 15.81 | - |
| YUV | 96.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 109 | 0 | 0.69 | 0.38 | 0.31 | 332.95 | 0.53 | 0.45 |
| Hex | B0 | 36 | 6D | 0 | 45 | 26 | 1F | 14D | 35 | 2D |
| Octal | 260 | 66 | 155 | 0 | 105 | 46 | 37 | 515 | 65 | 55 |
| Binary | 10110000 | 110110 | 1101101 | 0 | 1000101 | 100110 | 11111 | 101001101 | 110101 | 101101 |
Color Harmonies of #B0366D
Complementary color
Monochromatic Colors of #B0366D
Black with #B0366D
Text Example
Text Example
White with #B0366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0366D; }
p { color: rgb(176,54,109); }
H1.HeaderClassName
{
color: #B0366D;
}
.AnyTagClassName
{
color: #B0366D;
}
</style>
background-color css
<style>
a { background-color: #B0366D; }
a { background-color: rgb(176,54,109); }
div.DivClassName
{
background-color: #B0366D;
}
.BgClassName
{
background-color: #B0366D;
}
</style>
border-color css
<style>
span { border-color: #B0366D; }
span { border-color: rgb(176,54,109); }
td.TdClassName
{
border-color: #B0366D;
}
.TagClassName
{
border-color: #B0366D;
}
</style>