Shades of Rouge #B32868
Tints of Rouge #B32868
RGB
CMYK
RGB Variations
Color information
#B32868 (or 0xB32868) is known color: Rouge. HEX triplet: B3, 28 and 68. RGB value is (179,40,104). Sum of RGB (Red+Green+Blue) = 179+40+104=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B32868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32868 is #4CD797. Grayscale: #585858. Windows color (decimal): -5035928 or 6826163. OLE color: 6826163.
HSL color Cylindrical-coordinate representation of color #B32868: hue angle of 332.37º 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 #B32868 is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 104 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.30 |
| HSL | 332.37º | 0.63% | 0.43% | - |
| HSV(B) | 332.37º | 0.78% | 0.7% | - |
| XYZ | 21.85 | 12.1 | 14.28 | - |
| YUV | 88.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 104 | 0 | 0.78 | 0.42 | 0.30 | 332.37 | 0.63 | 0.43 |
| Hex | B3 | 28 | 68 | 0 | 4E | 2A | 1E | 14C | 3F | 2B |
| Octal | 263 | 50 | 150 | 0 | 116 | 52 | 36 | 514 | 77 | 53 |
| Binary | 10110011 | 101000 | 1101000 | 0 | 1001110 | 101010 | 11110 | 101001100 | 111111 | 101011 |
Color Harmonies of #B32868
Complementary color
Monochromatic Colors of #B32868
Black with #B32868
Text Example
Text Example
White with #B32868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32868; }
p { color: rgb(179,40,104); }
H1.HeaderClassName
{
color: #B32868;
}
.AnyTagClassName
{
color: #B32868;
}
</style>
background-color css
<style>
a { background-color: #B32868; }
a { background-color: rgb(179,40,104); }
div.DivClassName
{
background-color: #B32868;
}
.BgClassName
{
background-color: #B32868;
}
</style>
border-color css
<style>
span { border-color: #B32868; }
span { border-color: rgb(179,40,104); }
td.TdClassName
{
border-color: #B32868;
}
.TagClassName
{
border-color: #B32868;
}
</style>