Shades of Rouge #B32B68
Tints of Rouge #B32B68
RGB
CMYK
RGB Variations
Color information
#B32B68 (or 0xB32B68) is known color: Rouge. HEX triplet: B3, 2B and 68. RGB value is (179,43,104). Sum of RGB (Red+Green+Blue) = 179+43+104=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B68 is #4CD497. Grayscale: #5A5A5A. Windows color (decimal): -5035160 or 6826931. OLE color: 6826931.
HSL color Cylindrical-coordinate representation of color #B32B68: hue angle of 333.09º 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 #B32B68 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 104 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.30 |
| HSL | 333.09º | 0.61% | 0.44% | - |
| HSV(B) | 333.09º | 0.76% | 0.7% | - |
| XYZ | 21.95 | 12.31 | 14.32 | - |
| YUV | 90.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 104 | 0 | 0.76 | 0.42 | 0.30 | 333.09 | 0.61 | 0.44 |
| Hex | B3 | 2B | 68 | 0 | 4C | 2A | 1E | 14D | 3D | 2C |
| Octal | 263 | 53 | 150 | 0 | 114 | 52 | 36 | 515 | 75 | 54 |
| Binary | 10110011 | 101011 | 1101000 | 0 | 1001100 | 101010 | 11110 | 101001101 | 111101 | 101100 |
Color Harmonies of #B32B68
Complementary color
Monochromatic Colors of #B32B68
Black with #B32B68
Text Example
Text Example
White with #B32B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B68; }
p { color: rgb(179,43,104); }
H1.HeaderClassName
{
color: #B32B68;
}
.AnyTagClassName
{
color: #B32B68;
}
</style>
background-color css
<style>
a { background-color: #B32B68; }
a { background-color: rgb(179,43,104); }
div.DivClassName
{
background-color: #B32B68;
}
.BgClassName
{
background-color: #B32B68;
}
</style>
border-color css
<style>
span { border-color: #B32B68; }
span { border-color: rgb(179,43,104); }
td.TdClassName
{
border-color: #B32B68;
}
.TagClassName
{
border-color: #B32B68;
}
</style>