Shades of Rouge #B32860
Tints of Rouge #B32860
RGB
CMYK
RGB Variations
Color information
#B32860 (or 0xB32860) is known color: Rouge. HEX triplet: B3, 28 and 60. RGB value is (179,40,96). Sum of RGB (Red+Green+Blue) = 179+40+96=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B32860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32860 is #4CD79F. Grayscale: #575757. Windows color (decimal): -5035936 or 6301875. OLE color: 6301875.
HSL color Cylindrical-coordinate representation of color #B32860: hue angle of 335.83º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32860 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 96 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.30 |
| HSL | 335.83º | 0.63% | 0.43% | - |
| HSV(B) | 335.83º | 0.78% | 0.7% | - |
| XYZ | 21.46 | 11.95 | 12.24 | - |
| YUV | 87.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 96 | 0 | 0.78 | 0.46 | 0.30 | 335.83 | 0.63 | 0.43 |
| Hex | B3 | 28 | 60 | 0 | 4E | 2E | 1E | 150 | 3F | 2B |
| Octal | 263 | 50 | 140 | 0 | 116 | 56 | 36 | 520 | 77 | 53 |
| Binary | 10110011 | 101000 | 1100000 | 0 | 1001110 | 101110 | 11110 | 101010000 | 111111 | 101011 |
Color Harmonies of #B32860
Complementary color
Monochromatic Colors of #B32860
Black with #B32860
Text Example
Text Example
White with #B32860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32860; }
p { color: rgb(179,40,96); }
H1.HeaderClassName
{
color: #B32860;
}
.AnyTagClassName
{
color: #B32860;
}
</style>
background-color css
<style>
a { background-color: #B32860; }
a { background-color: rgb(179,40,96); }
div.DivClassName
{
background-color: #B32860;
}
.BgClassName
{
background-color: #B32860;
}
</style>
border-color css
<style>
span { border-color: #B32860; }
span { border-color: rgb(179,40,96); }
td.TdClassName
{
border-color: #B32860;
}
.TagClassName
{
border-color: #B32860;
}
</style>