Shades of Rouge #B32566
Tints of Rouge #B32566
RGB
CMYK
RGB Variations
Color information
#B32566 (or 0xB32566) is known color: Rouge. HEX triplet: B3, 25 and 66. RGB value is (179,37,102). Sum of RGB (Red+Green+Blue) = 179+37+102=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B32566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32566 is #4CDA99. Grayscale: #565656. Windows color (decimal): -5036698 or 6694323. OLE color: 6694323.
HSL color Cylindrical-coordinate representation of color #B32566: hue angle of 332.54º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32566 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 102 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.30 |
| HSL | 332.54º | 0.66% | 0.42% | - |
| HSV(B) | 332.54º | 0.79% | 0.7% | - |
| XYZ | 21.65 | 11.87 | 13.72 | - |
| YUV | 86.87 | 136.54 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 102 | 0 | 0.79 | 0.43 | 0.30 | 332.54 | 0.66 | 0.42 |
| Hex | B3 | 25 | 66 | 0 | 4F | 2B | 1E | 14D | 42 | 2A |
| Octal | 263 | 45 | 146 | 0 | 117 | 53 | 36 | 515 | 102 | 52 |
| Binary | 10110011 | 100101 | 1100110 | 0 | 1001111 | 101011 | 11110 | 101001101 | 1000010 | 101010 |
Color Harmonies of #B32566
Complementary color
Monochromatic Colors of #B32566
Black with #B32566
Text Example
Text Example
White with #B32566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32566; }
p { color: rgb(179,37,102); }
H1.HeaderClassName
{
color: #B32566;
}
.AnyTagClassName
{
color: #B32566;
}
</style>
background-color css
<style>
a { background-color: #B32566; }
a { background-color: rgb(179,37,102); }
div.DivClassName
{
background-color: #B32566;
}
.BgClassName
{
background-color: #B32566;
}
</style>
border-color css
<style>
span { border-color: #B32566; }
span { border-color: rgb(179,37,102); }
td.TdClassName
{
border-color: #B32566;
}
.TagClassName
{
border-color: #B32566;
}
</style>