Shades of Rouge #B3346D
Tints of Rouge #B3346D
RGB
CMYK
RGB Variations
Color information
#B3346D (or 0xB3346D) is known color: Rouge. HEX triplet: B3, 34 and 6D. RGB value is (179,52,109). Sum of RGB (Red+Green+Blue) = 179+52+109=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3346D is #4CCB92. Grayscale: #606060. Windows color (decimal): -5032851 or 7156915. OLE color: 7156915.
HSL color Cylindrical-coordinate representation of color #B3346D: hue angle of 333.07º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B3346D is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 109 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.30 |
| HSL | 333.07º | 0.55% | 0.45% | - |
| HSV(B) | 333.07º | 0.71% | 0.7% | - |
| XYZ | 22.58 | 13.14 | 15.81 | - |
| YUV | 96.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 109 | 0 | 0.71 | 0.39 | 0.30 | 333.07 | 0.55 | 0.45 |
| Hex | B3 | 34 | 6D | 0 | 47 | 27 | 1E | 14D | 37 | 2D |
| Octal | 263 | 64 | 155 | 0 | 107 | 47 | 36 | 515 | 67 | 55 |
| Binary | 10110011 | 110100 | 1101101 | 0 | 1000111 | 100111 | 11110 | 101001101 | 110111 | 101101 |
Color Harmonies of #B3346D
Complementary color
Monochromatic Colors of #B3346D
Black with #B3346D
Text Example
Text Example
White with #B3346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3346D; }
p { color: rgb(179,52,109); }
H1.HeaderClassName
{
color: #B3346D;
}
.AnyTagClassName
{
color: #B3346D;
}
</style>
background-color css
<style>
a { background-color: #B3346D; }
a { background-color: rgb(179,52,109); }
div.DivClassName
{
background-color: #B3346D;
}
.BgClassName
{
background-color: #B3346D;
}
</style>
border-color css
<style>
span { border-color: #B3346D; }
span { border-color: rgb(179,52,109); }
td.TdClassName
{
border-color: #B3346D;
}
.TagClassName
{
border-color: #B3346D;
}
</style>