Shades of Rouge #B32B6C
Tints of Rouge #B32B6C
RGB
CMYK
RGB Variations
Color information
#B32B6C (or 0xB32B6C) is known color: Rouge. HEX triplet: B3, 2B and 6C. RGB value is (179,43,108). Sum of RGB (Red+Green+Blue) = 179+43+108=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B6C is #4CD493. Grayscale: #5A5A5A. Windows color (decimal): -5035156 or 7089075. OLE color: 7089075.
HSL color Cylindrical-coordinate representation of color #B32B6C: hue angle of 331.32º 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 #B32B6C is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 108 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.30 |
| HSL | 331.32º | 0.61% | 0.44% | - |
| HSV(B) | 331.32º | 0.76% | 0.7% | - |
| XYZ | 22.16 | 12.39 | 15.41 | - |
| YUV | 91.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 108 | 0 | 0.76 | 0.40 | 0.30 | 331.32 | 0.61 | 0.44 |
| Hex | B3 | 2B | 6C | 0 | 4C | 28 | 1E | 14B | 3D | 2C |
| Octal | 263 | 53 | 154 | 0 | 114 | 50 | 36 | 513 | 75 | 54 |
| Binary | 10110011 | 101011 | 1101100 | 0 | 1001100 | 101000 | 11110 | 101001011 | 111101 | 101100 |
Color Harmonies of #B32B6C
Complementary color
Monochromatic Colors of #B32B6C
Black with #B32B6C
Text Example
Text Example
White with #B32B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B6C; }
p { color: rgb(179,43,108); }
H1.HeaderClassName
{
color: #B32B6C;
}
.AnyTagClassName
{
color: #B32B6C;
}
</style>
background-color css
<style>
a { background-color: #B32B6C; }
a { background-color: rgb(179,43,108); }
div.DivClassName
{
background-color: #B32B6C;
}
.BgClassName
{
background-color: #B32B6C;
}
</style>
border-color css
<style>
span { border-color: #B32B6C; }
span { border-color: rgb(179,43,108); }
td.TdClassName
{
border-color: #B32B6C;
}
.TagClassName
{
border-color: #B32B6C;
}
</style>