Shades of Rouge #B3346B
Tints of Rouge #B3346B
RGB
CMYK
RGB Variations
Color information
#B3346B (or 0xB3346B) is known color: Rouge. HEX triplet: B3, 34 and 6B. RGB value is (179,52,107). Sum of RGB (Red+Green+Blue) = 179+52+107=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 107 (42.19% from 255 or 31.66% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3346B is #4CCB94. Grayscale: #606060. Windows color (decimal): -5032853 or 7025843. OLE color: 7025843.
HSL color Cylindrical-coordinate representation of color #B3346B: hue angle of 334.02º 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 #B3346B is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 107 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.30 |
| HSL | 334.02º | 0.55% | 0.45% | - |
| HSV(B) | 334.02º | 0.71% | 0.7% | - |
| XYZ | 22.47 | 13.1 | 15.25 | - |
| YUV | 96.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 107 | 0 | 0.71 | 0.40 | 0.30 | 334.02 | 0.55 | 0.45 |
| Hex | B3 | 34 | 6B | 0 | 47 | 28 | 1E | 14E | 37 | 2D |
| Octal | 263 | 64 | 153 | 0 | 107 | 50 | 36 | 516 | 67 | 55 |
| Binary | 10110011 | 110100 | 1101011 | 0 | 1000111 | 101000 | 11110 | 101001110 | 110111 | 101101 |
Color Harmonies of #B3346B
Complementary color
Monochromatic Colors of #B3346B
Black with #B3346B
Text Example
Text Example
White with #B3346B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3346B; }
p { color: rgb(179,52,107); }
H1.HeaderClassName
{
color: #B3346B;
}
.AnyTagClassName
{
color: #B3346B;
}
</style>
background-color css
<style>
a { background-color: #B3346B; }
a { background-color: rgb(179,52,107); }
div.DivClassName
{
background-color: #B3346B;
}
.BgClassName
{
background-color: #B3346B;
}
</style>
border-color css
<style>
span { border-color: #B3346B; }
span { border-color: rgb(179,52,107); }
td.TdClassName
{
border-color: #B3346B;
}
.TagClassName
{
border-color: #B3346B;
}
</style>