Shades of Rouge #B32E5E
Tints of Rouge #B32E5E
RGB
CMYK
RGB Variations
Color information
#B32E5E (or 0xB32E5E) is known color: Rouge. HEX triplet: B3, 2E and 5E. RGB value is (179,46,94). Sum of RGB (Red+Green+Blue) = 179+46+94=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32E5E is #4CD1A1. Grayscale: #5B5B5B. Windows color (decimal): -5034402 or 6172339. OLE color: 6172339.
HSL color Cylindrical-coordinate representation of color #B32E5E: hue angle of 338.35º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32E5E is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 46 | 94 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.30 |
| HSL | 338.35º | 0.59% | 0.44% | - |
| HSV(B) | 338.35º | 0.74% | 0.7% | - |
| XYZ | 21.59 | 12.35 | 11.83 | - |
| YUV | 91.24 | 129.56 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 46 | 94 | 0 | 0.74 | 0.47 | 0.30 | 338.35 | 0.59 | 0.44 |
| Hex | B3 | 2E | 5E | 0 | 4A | 2F | 1E | 152 | 3B | 2C |
| Octal | 263 | 56 | 136 | 0 | 112 | 57 | 36 | 522 | 73 | 54 |
| Binary | 10110011 | 101110 | 1011110 | 0 | 1001010 | 101111 | 11110 | 101010010 | 111011 | 101100 |
Color Harmonies of #B32E5E
Complementary color
Monochromatic Colors of #B32E5E
Black with #B32E5E
Text Example
Text Example
White with #B32E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32E5E; }
p { color: rgb(179,46,94); }
H1.HeaderClassName
{
color: #B32E5E;
}
.AnyTagClassName
{
color: #B32E5E;
}
</style>
background-color css
<style>
a { background-color: #B32E5E; }
a { background-color: rgb(179,46,94); }
div.DivClassName
{
background-color: #B32E5E;
}
.BgClassName
{
background-color: #B32E5E;
}
</style>
border-color css
<style>
span { border-color: #B32E5E; }
span { border-color: rgb(179,46,94); }
td.TdClassName
{
border-color: #B32E5E;
}
.TagClassName
{
border-color: #B32E5E;
}
</style>