Shades of Rouge #B32D6E
Tints of Rouge #B32D6E
RGB
CMYK
RGB Variations
Color information
#B32D6E (or 0xB32D6E) is known color: Rouge. HEX triplet: B3, 2D and 6E. RGB value is (179,45,110). Sum of RGB (Red+Green+Blue) = 179+45+110=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32D6E is #4CD291. Grayscale: #5C5C5C. Windows color (decimal): -5034642 or 7220659. OLE color: 7220659.
HSL color Cylindrical-coordinate representation of color #B32D6E: hue angle of 330.9º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D6E is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 110 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.30 |
| HSL | 330.9º | 0.6% | 0.44% | - |
| HSV(B) | 330.9º | 0.75% | 0.7% | - |
| XYZ | 22.34 | 12.59 | 16 | - |
| YUV | 92.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 110 | 0 | 0.75 | 0.39 | 0.30 | 330.9 | 0.6 | 0.44 |
| Hex | B3 | 2D | 6E | 0 | 4B | 27 | 1E | 14B | 3C | 2C |
| Octal | 263 | 55 | 156 | 0 | 113 | 47 | 36 | 513 | 74 | 54 |
| Binary | 10110011 | 101101 | 1101110 | 0 | 1001011 | 100111 | 11110 | 101001011 | 111100 | 101100 |
Color Harmonies of #B32D6E
Complementary color
Monochromatic Colors of #B32D6E
Black with #B32D6E
Text Example
Text Example
White with #B32D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D6E; }
p { color: rgb(179,45,110); }
H1.HeaderClassName
{
color: #B32D6E;
}
.AnyTagClassName
{
color: #B32D6E;
}
</style>
background-color css
<style>
a { background-color: #B32D6E; }
a { background-color: rgb(179,45,110); }
div.DivClassName
{
background-color: #B32D6E;
}
.BgClassName
{
background-color: #B32D6E;
}
</style>
border-color css
<style>
span { border-color: #B32D6E; }
span { border-color: rgb(179,45,110); }
td.TdClassName
{
border-color: #B32D6E;
}
.TagClassName
{
border-color: #B32D6E;
}
</style>