Shades of Rouge #B6366E
Tints of Rouge #B6366E
RGB
CMYK
RGB Variations
Color information
#B6366E (or 0xB6366E) is known color: Rouge. HEX triplet: B6, 36 and 6E. RGB value is (182,54,110). Sum of RGB (Red+Green+Blue) = 182+54+110=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 54 (21.48% from 255 or 15.61% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B6366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6366E is #49C991. Grayscale: #626262. Windows color (decimal): -4835730 or 7222966. OLE color: 7222966.
HSL color Cylindrical-coordinate representation of color #B6366E: hue angle of 333.75º 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 #B6366E is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 110 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.29 |
| HSL | 333.75º | 0.54% | 0.46% | - |
| HSV(B) | 333.75º | 0.7% | 0.71% | - |
| XYZ | 23.43 | 13.71 | 16.16 | - |
| YUV | 98.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 110 | 0 | 0.70 | 0.40 | 0.29 | 333.75 | 0.54 | 0.46 |
| Hex | B6 | 36 | 6E | 0 | 46 | 28 | 1D | 14E | 36 | 2E |
| Octal | 266 | 66 | 156 | 0 | 106 | 50 | 35 | 516 | 66 | 56 |
| Binary | 10110110 | 110110 | 1101110 | 0 | 1000110 | 101000 | 11101 | 101001110 | 110110 | 101110 |
Color Harmonies of #B6366E
Complementary color
Monochromatic Colors of #B6366E
Black with #B6366E
Text Example
Text Example
White with #B6366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6366E; }
p { color: rgb(182,54,110); }
H1.HeaderClassName
{
color: #B6366E;
}
.AnyTagClassName
{
color: #B6366E;
}
</style>
background-color css
<style>
a { background-color: #B6366E; }
a { background-color: rgb(182,54,110); }
div.DivClassName
{
background-color: #B6366E;
}
.BgClassName
{
background-color: #B6366E;
}
</style>
border-color css
<style>
span { border-color: #B6366E; }
span { border-color: rgb(182,54,110); }
td.TdClassName
{
border-color: #B6366E;
}
.TagClassName
{
border-color: #B6366E;
}
</style>