Shades of Rouge #B3296C
Tints of Rouge #B3296C
RGB
CMYK
RGB Variations
Color information
#B3296C (or 0xB3296C) is known color: Rouge. HEX triplet: B3, 29 and 6C. RGB value is (179,41,108). Sum of RGB (Red+Green+Blue) = 179+41+108=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B3296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3296C is #4CD693. Grayscale: #595959. Windows color (decimal): -5035668 or 7088563. OLE color: 7088563.
HSL color Cylindrical-coordinate representation of color #B3296C: hue angle of 330.87º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3296C is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 108 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.30 |
| HSL | 330.87º | 0.63% | 0.43% | - |
| HSV(B) | 330.87º | 0.77% | 0.7% | - |
| XYZ | 22.09 | 12.25 | 15.39 | - |
| YUV | 89.9 | 138.22 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 108 | 0 | 0.77 | 0.40 | 0.30 | 330.87 | 0.63 | 0.43 |
| Hex | B3 | 29 | 6C | 0 | 4D | 28 | 1E | 14B | 3F | 2B |
| Octal | 263 | 51 | 154 | 0 | 115 | 50 | 36 | 513 | 77 | 53 |
| Binary | 10110011 | 101001 | 1101100 | 0 | 1001101 | 101000 | 11110 | 101001011 | 111111 | 101011 |
Color Harmonies of #B3296C
Complementary color
Monochromatic Colors of #B3296C
Black with #B3296C
Text Example
Text Example
White with #B3296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3296C; }
p { color: rgb(179,41,108); }
H1.HeaderClassName
{
color: #B3296C;
}
.AnyTagClassName
{
color: #B3296C;
}
</style>
background-color css
<style>
a { background-color: #B3296C; }
a { background-color: rgb(179,41,108); }
div.DivClassName
{
background-color: #B3296C;
}
.BgClassName
{
background-color: #B3296C;
}
</style>
border-color css
<style>
span { border-color: #B3296C; }
span { border-color: rgb(179,41,108); }
td.TdClassName
{
border-color: #B3296C;
}
.TagClassName
{
border-color: #B3296C;
}
</style>