Shades of Rouge #B32B5E
Tints of Rouge #B32B5E
RGB
CMYK
RGB Variations
Color information
#B32B5E (or 0xB32B5E) is known color: Rouge. HEX triplet: B3, 2B and 5E. RGB value is (179,43,94). Sum of RGB (Red+Green+Blue) = 179+43+94=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B5E is #4CD4A1. Grayscale: #595959. Windows color (decimal): -5035170 or 6171571. OLE color: 6171571.
HSL color Cylindrical-coordinate representation of color #B32B5E: hue angle of 337.5º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32B5E is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 94 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.30 |
| HSL | 337.5º | 0.61% | 0.44% | - |
| HSV(B) | 337.5º | 0.76% | 0.7% | - |
| XYZ | 21.47 | 12.12 | 11.8 | - |
| YUV | 89.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 94 | 0 | 0.76 | 0.47 | 0.30 | 337.5 | 0.61 | 0.44 |
| Hex | B3 | 2B | 5E | 0 | 4C | 2F | 1E | 152 | 3D | 2C |
| Octal | 263 | 53 | 136 | 0 | 114 | 57 | 36 | 522 | 75 | 54 |
| Binary | 10110011 | 101011 | 1011110 | 0 | 1001100 | 101111 | 11110 | 101010010 | 111101 | 101100 |
Color Harmonies of #B32B5E
Complementary color
Monochromatic Colors of #B32B5E
Black with #B32B5E
Text Example
Text Example
White with #B32B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B5E; }
p { color: rgb(179,43,94); }
H1.HeaderClassName
{
color: #B32B5E;
}
.AnyTagClassName
{
color: #B32B5E;
}
</style>
background-color css
<style>
a { background-color: #B32B5E; }
a { background-color: rgb(179,43,94); }
div.DivClassName
{
background-color: #B32B5E;
}
.BgClassName
{
background-color: #B32B5E;
}
</style>
border-color css
<style>
span { border-color: #B32B5E; }
span { border-color: rgb(179,43,94); }
td.TdClassName
{
border-color: #B32B5E;
}
.TagClassName
{
border-color: #B32B5E;
}
</style>