Shades of Rouge #B6365E
Tints of Rouge #B6365E
RGB
CMYK
RGB Variations
Color information
#B6365E (or 0xB6365E) is known color: Rouge. HEX triplet: B6, 36 and 5E. RGB value is (182,54,94). Sum of RGB (Red+Green+Blue) = 182+54+94=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B6365E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6365E is #49C9A1. Grayscale: #606060. Windows color (decimal): -4835746 or 6174390. OLE color: 6174390.
HSL color Cylindrical-coordinate representation of color #B6365E: hue angle of 341.25º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6365E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 94 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.29 |
| HSL | 341.25º | 0.54% | 0.46% | - |
| HSV(B) | 341.25º | 0.7% | 0.71% | - |
| XYZ | 22.63 | 13.39 | 11.98 | - |
| YUV | 96.83 | 126.41 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 94 | 0 | 0.70 | 0.48 | 0.29 | 341.25 | 0.54 | 0.46 |
| Hex | B6 | 36 | 5E | 0 | 46 | 30 | 1D | 155 | 36 | 2E |
| Octal | 266 | 66 | 136 | 0 | 106 | 60 | 35 | 525 | 66 | 56 |
| Binary | 10110110 | 110110 | 1011110 | 0 | 1000110 | 110000 | 11101 | 101010101 | 110110 | 101110 |
Color Harmonies of #B6365E
Complementary color
Monochromatic Colors of #B6365E
Black with #B6365E
Text Example
Text Example
White with #B6365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6365E; }
p { color: rgb(182,54,94); }
H1.HeaderClassName
{
color: #B6365E;
}
.AnyTagClassName
{
color: #B6365E;
}
</style>
background-color css
<style>
a { background-color: #B6365E; }
a { background-color: rgb(182,54,94); }
div.DivClassName
{
background-color: #B6365E;
}
.BgClassName
{
background-color: #B6365E;
}
</style>
border-color css
<style>
span { border-color: #B6365E; }
span { border-color: rgb(182,54,94); }
td.TdClassName
{
border-color: #B6365E;
}
.TagClassName
{
border-color: #B6365E;
}
</style>