Shades of Rouge #B33B6C
Tints of Rouge #B33B6C
RGB
CMYK
RGB Variations
Color information
#B33B6C (or 0xB33B6C) is known color: Rouge. HEX triplet: B3, 3B and 6C. RGB value is (179,59,108). Sum of RGB (Red+Green+Blue) = 179+59+108=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 59 (23.44% from 255 or 17.05% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33B6C is #4CC493. Grayscale: #646464. Windows color (decimal): -5031060 or 7093171. OLE color: 7093171.
HSL color Cylindrical-coordinate representation of color #B33B6C: hue angle of 335.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B33B6C is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 59 | 108 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.30 |
| HSL | 335.5º | 0.5% | 0.47% | - |
| HSV(B) | 335.5º | 0.67% | 0.7% | - |
| XYZ | 22.86 | 13.79 | 15.65 | - |
| YUV | 100.47 | 132.26 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 59 | 108 | 0 | 0.67 | 0.40 | 0.30 | 335.5 | 0.5 | 0.47 |
| Hex | B3 | 3B | 6C | 0 | 43 | 28 | 1E | 150 | 32 | 2F |
| Octal | 263 | 73 | 154 | 0 | 103 | 50 | 36 | 520 | 62 | 57 |
| Binary | 10110011 | 111011 | 1101100 | 0 | 1000011 | 101000 | 11110 | 101010000 | 110010 | 101111 |
Color Harmonies of #B33B6C
Complementary color
Monochromatic Colors of #B33B6C
Black with #B33B6C
Text Example
Text Example
White with #B33B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33B6C; }
p { color: rgb(179,59,108); }
H1.HeaderClassName
{
color: #B33B6C;
}
.AnyTagClassName
{
color: #B33B6C;
}
</style>
background-color css
<style>
a { background-color: #B33B6C; }
a { background-color: rgb(179,59,108); }
div.DivClassName
{
background-color: #B33B6C;
}
.BgClassName
{
background-color: #B33B6C;
}
</style>
border-color css
<style>
span { border-color: #B33B6C; }
span { border-color: rgb(179,59,108); }
td.TdClassName
{
border-color: #B33B6C;
}
.TagClassName
{
border-color: #B33B6C;
}
</style>