Shades of Rouge #B32665
Tints of Rouge #B32665
RGB
CMYK
RGB Variations
Color information
#B32665 (or 0xB32665) is known color: Rouge. HEX triplet: B3, 26 and 65. RGB value is (179,38,101). Sum of RGB (Red+Green+Blue) = 179+38+101=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B32665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32665 is #4CD99A. Grayscale: #575757. Windows color (decimal): -5036443 or 6629043. OLE color: 6629043.
HSL color Cylindrical-coordinate representation of color #B32665: hue angle of 333.19º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32665 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 101 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.30 |
| HSL | 333.19º | 0.65% | 0.43% | - |
| HSV(B) | 333.19º | 0.79% | 0.7% | - |
| XYZ | 21.63 | 11.91 | 13.47 | - |
| YUV | 87.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 101 | 0 | 0.79 | 0.44 | 0.30 | 333.19 | 0.65 | 0.43 |
| Hex | B3 | 26 | 65 | 0 | 4F | 2C | 1E | 14D | 41 | 2B |
| Octal | 263 | 46 | 145 | 0 | 117 | 54 | 36 | 515 | 101 | 53 |
| Binary | 10110011 | 100110 | 1100101 | 0 | 1001111 | 101100 | 11110 | 101001101 | 1000001 | 101011 |
Color Harmonies of #B32665
Complementary color
Monochromatic Colors of #B32665
Black with #B32665
Text Example
Text Example
White with #B32665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32665; }
p { color: rgb(179,38,101); }
H1.HeaderClassName
{
color: #B32665;
}
.AnyTagClassName
{
color: #B32665;
}
</style>
background-color css
<style>
a { background-color: #B32665; }
a { background-color: rgb(179,38,101); }
div.DivClassName
{
background-color: #B32665;
}
.BgClassName
{
background-color: #B32665;
}
</style>
border-color css
<style>
span { border-color: #B32665; }
span { border-color: rgb(179,38,101); }
td.TdClassName
{
border-color: #B32665;
}
.TagClassName
{
border-color: #B32665;
}
</style>