Shades of Rouge #B8366D
Tints of Rouge #B8366D
RGB
CMYK
RGB Variations
Color information
#B8366D (or 0xB8366D) is known color: Rouge. HEX triplet: B8, 36 and 6D. RGB value is (184,54,109). Sum of RGB (Red+Green+Blue) = 184+54+109=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8366D is #47C992. Grayscale: #636363. Windows color (decimal): -4704659 or 7157432. OLE color: 7157432.
HSL color Cylindrical-coordinate representation of color #B8366D: hue angle of 334.62º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B8366D is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 109 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.28 |
| HSL | 334.62º | 0.55% | 0.47% | - |
| HSV(B) | 334.62º | 0.71% | 0.72% | - |
| XYZ | 23.85 | 13.93 | 15.9 | - |
| YUV | 99.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 109 | 0 | 0.71 | 0.41 | 0.28 | 334.62 | 0.55 | 0.47 |
| Hex | B8 | 36 | 6D | 0 | 47 | 29 | 1C | 14F | 37 | 2F |
| Octal | 270 | 66 | 155 | 0 | 107 | 51 | 34 | 517 | 67 | 57 |
| Binary | 10111000 | 110110 | 1101101 | 0 | 1000111 | 101001 | 11100 | 101001111 | 110111 | 101111 |
Color Harmonies of #B8366D
Complementary color
Monochromatic Colors of #B8366D
Black with #B8366D
Text Example
Text Example
White with #B8366D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8366D; }
p { color: rgb(184,54,109); }
H1.HeaderClassName
{
color: #B8366D;
}
.AnyTagClassName
{
color: #B8366D;
}
</style>
background-color css
<style>
a { background-color: #B8366D; }
a { background-color: rgb(184,54,109); }
div.DivClassName
{
background-color: #B8366D;
}
.BgClassName
{
background-color: #B8366D;
}
</style>
border-color css
<style>
span { border-color: #B8366D; }
span { border-color: rgb(184,54,109); }
td.TdClassName
{
border-color: #B8366D;
}
.TagClassName
{
border-color: #B8366D;
}
</style>