Shades of Rouge #B6346D
Tints of Rouge #B6346D
RGB
CMYK
RGB Variations
Color information
#B6346D (or 0xB6346D) is known color: Rouge. HEX triplet: B6, 34 and 6D. RGB value is (182,52,109). Sum of RGB (Red+Green+Blue) = 182+52+109=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B6346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6346D is #49CB92. Grayscale: #616161. Windows color (decimal): -4836243 or 7156918. OLE color: 7156918.
HSL color Cylindrical-coordinate representation of color #B6346D: hue angle of 333.69º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6346D is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 109 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.29 |
| HSL | 333.69º | 0.56% | 0.46% | - |
| HSV(B) | 333.69º | 0.71% | 0.71% | - |
| XYZ | 23.28 | 13.51 | 15.85 | - |
| YUV | 97.37 | 134.57 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 109 | 0 | 0.71 | 0.40 | 0.29 | 333.69 | 0.56 | 0.46 |
| Hex | B6 | 34 | 6D | 0 | 47 | 28 | 1D | 14E | 38 | 2E |
| Octal | 266 | 64 | 155 | 0 | 107 | 50 | 35 | 516 | 70 | 56 |
| Binary | 10110110 | 110100 | 1101101 | 0 | 1000111 | 101000 | 11101 | 101001110 | 111000 | 101110 |
Color Harmonies of #B6346D
Complementary color
Monochromatic Colors of #B6346D
Black with #B6346D
Text Example
Text Example
White with #B6346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6346D; }
p { color: rgb(182,52,109); }
H1.HeaderClassName
{
color: #B6346D;
}
.AnyTagClassName
{
color: #B6346D;
}
</style>
background-color css
<style>
a { background-color: #B6346D; }
a { background-color: rgb(182,52,109); }
div.DivClassName
{
background-color: #B6346D;
}
.BgClassName
{
background-color: #B6346D;
}
</style>
border-color css
<style>
span { border-color: #B6346D; }
span { border-color: rgb(182,52,109); }
td.TdClassName
{
border-color: #B6346D;
}
.TagClassName
{
border-color: #B6346D;
}
</style>