Shades of Rouge #B6315D
Tints of Rouge #B6315D
RGB
CMYK
RGB Variations
Color information
#B6315D (or 0xB6315D) is known color: Rouge. HEX triplet: B6, 31 and 5D. RGB value is (182,49,93). Sum of RGB (Red+Green+Blue) = 182+49+93=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6315D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6315D is #49CEA2. Grayscale: #5D5D5D. Windows color (decimal): -4837027 or 6107574. OLE color: 6107574.
HSL color Cylindrical-coordinate representation of color #B6315D: hue angle of 340.15º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6315D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 93 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.29 |
| HSL | 340.15º | 0.58% | 0.45% | - |
| HSV(B) | 340.15º | 0.73% | 0.71% | - |
| XYZ | 22.37 | 12.93 | 11.67 | - |
| YUV | 93.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 93 | 0 | 0.73 | 0.49 | 0.29 | 340.15 | 0.58 | 0.45 |
| Hex | B6 | 31 | 5D | 0 | 49 | 31 | 1D | 154 | 3A | 2D |
| Octal | 266 | 61 | 135 | 0 | 111 | 61 | 35 | 524 | 72 | 55 |
| Binary | 10110110 | 110001 | 1011101 | 0 | 1001001 | 110001 | 11101 | 101010100 | 111010 | 101101 |
Color Harmonies of #B6315D
Complementary color
Monochromatic Colors of #B6315D
Black with #B6315D
Text Example
Text Example
White with #B6315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6315D; }
p { color: rgb(182,49,93); }
H1.HeaderClassName
{
color: #B6315D;
}
.AnyTagClassName
{
color: #B6315D;
}
</style>
background-color css
<style>
a { background-color: #B6315D; }
a { background-color: rgb(182,49,93); }
div.DivClassName
{
background-color: #B6315D;
}
.BgClassName
{
background-color: #B6315D;
}
</style>
border-color css
<style>
span { border-color: #B6315D; }
span { border-color: rgb(182,49,93); }
td.TdClassName
{
border-color: #B6315D;
}
.TagClassName
{
border-color: #B6315D;
}
</style>