Shades of Rouge #B32965
Tints of Rouge #B32965
RGB
CMYK
RGB Variations
Color information
#B32965 (or 0xB32965) is known color: Rouge. HEX triplet: B3, 29 and 65. RGB value is (179,41,101). Sum of RGB (Red+Green+Blue) = 179+41+101=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B32965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32965 is #4CD69A. Grayscale: #585858. Windows color (decimal): -5035675 or 6629811. OLE color: 6629811.
HSL color Cylindrical-coordinate representation of color #B32965: hue angle of 333.91º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32965 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 101 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.30 |
| HSL | 333.91º | 0.63% | 0.43% | - |
| HSV(B) | 333.91º | 0.77% | 0.7% | - |
| XYZ | 21.73 | 12.11 | 13.5 | - |
| YUV | 89.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 101 | 0 | 0.77 | 0.44 | 0.30 | 333.91 | 0.63 | 0.43 |
| Hex | B3 | 29 | 65 | 0 | 4D | 2C | 1E | 14E | 3F | 2B |
| Octal | 263 | 51 | 145 | 0 | 115 | 54 | 36 | 516 | 77 | 53 |
| Binary | 10110011 | 101001 | 1100101 | 0 | 1001101 | 101100 | 11110 | 101001110 | 111111 | 101011 |
Color Harmonies of #B32965
Complementary color
Monochromatic Colors of #B32965
Black with #B32965
Text Example
Text Example
White with #B32965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32965; }
p { color: rgb(179,41,101); }
H1.HeaderClassName
{
color: #B32965;
}
.AnyTagClassName
{
color: #B32965;
}
</style>
background-color css
<style>
a { background-color: #B32965; }
a { background-color: rgb(179,41,101); }
div.DivClassName
{
background-color: #B32965;
}
.BgClassName
{
background-color: #B32965;
}
</style>
border-color css
<style>
span { border-color: #B32965; }
span { border-color: rgb(179,41,101); }
td.TdClassName
{
border-color: #B32965;
}
.TagClassName
{
border-color: #B32965;
}
</style>