Shades of Rouge #B3295E
Tints of Rouge #B3295E
RGB
CMYK
RGB Variations
Color information
#B3295E (or 0xB3295E) is known color: Rouge. HEX triplet: B3, 29 and 5E. RGB value is (179,41,94). Sum of RGB (Red+Green+Blue) = 179+41+94=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B3295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3295E is #4CD6A1. Grayscale: #585858. Windows color (decimal): -5035682 or 6171059. OLE color: 6171059.
HSL color Cylindrical-coordinate representation of color #B3295E: hue angle of 336.96º 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 #B3295E is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 94 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.30 |
| HSL | 336.96º | 0.63% | 0.43% | - |
| HSV(B) | 336.96º | 0.77% | 0.7% | - |
| XYZ | 21.4 | 11.98 | 11.77 | - |
| YUV | 88.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 94 | 0 | 0.77 | 0.47 | 0.30 | 336.96 | 0.63 | 0.43 |
| Hex | B3 | 29 | 5E | 0 | 4D | 2F | 1E | 151 | 3F | 2B |
| Octal | 263 | 51 | 136 | 0 | 115 | 57 | 36 | 521 | 77 | 53 |
| Binary | 10110011 | 101001 | 1011110 | 0 | 1001101 | 101111 | 11110 | 101010001 | 111111 | 101011 |
Color Harmonies of #B3295E
Complementary color
Monochromatic Colors of #B3295E
Black with #B3295E
Text Example
Text Example
White with #B3295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3295E; }
p { color: rgb(179,41,94); }
H1.HeaderClassName
{
color: #B3295E;
}
.AnyTagClassName
{
color: #B3295E;
}
</style>
background-color css
<style>
a { background-color: #B3295E; }
a { background-color: rgb(179,41,94); }
div.DivClassName
{
background-color: #B3295E;
}
.BgClassName
{
background-color: #B3295E;
}
</style>
border-color css
<style>
span { border-color: #B3295E; }
span { border-color: rgb(179,41,94); }
td.TdClassName
{
border-color: #B3295E;
}
.TagClassName
{
border-color: #B3295E;
}
</style>