Shades of Rouge #B32B65
Tints of Rouge #B32B65
RGB
CMYK
RGB Variations
Color information
#B32B65 (or 0xB32B65) is known color: Rouge. HEX triplet: B3, 2B and 65. RGB value is (179,43,101). Sum of RGB (Red+Green+Blue) = 179+43+101=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32B65 is #4CD49A. Grayscale: #5A5A5A. Windows color (decimal): -5035163 or 6630323. OLE color: 6630323.
HSL color Cylindrical-coordinate representation of color #B32B65: hue angle of 334.41º 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 #B32B65 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 43 | 101 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.30 |
| HSL | 334.41º | 0.61% | 0.44% | - |
| HSV(B) | 334.41º | 0.76% | 0.7% | - |
| XYZ | 21.8 | 12.25 | 13.53 | - |
| YUV | 90.28 | 134.06 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 43 | 101 | 0 | 0.76 | 0.44 | 0.30 | 334.41 | 0.61 | 0.44 |
| Hex | B3 | 2B | 65 | 0 | 4C | 2C | 1E | 14E | 3D | 2C |
| Octal | 263 | 53 | 145 | 0 | 114 | 54 | 36 | 516 | 75 | 54 |
| Binary | 10110011 | 101011 | 1100101 | 0 | 1001100 | 101100 | 11110 | 101001110 | 111101 | 101100 |
Color Harmonies of #B32B65
Complementary color
Monochromatic Colors of #B32B65
Black with #B32B65
Text Example
Text Example
White with #B32B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32B65; }
p { color: rgb(179,43,101); }
H1.HeaderClassName
{
color: #B32B65;
}
.AnyTagClassName
{
color: #B32B65;
}
</style>
background-color css
<style>
a { background-color: #B32B65; }
a { background-color: rgb(179,43,101); }
div.DivClassName
{
background-color: #B32B65;
}
.BgClassName
{
background-color: #B32B65;
}
</style>
border-color css
<style>
span { border-color: #B32B65; }
span { border-color: rgb(179,43,101); }
td.TdClassName
{
border-color: #B32B65;
}
.TagClassName
{
border-color: #B32B65;
}
</style>