Shades of Rouge #B32F6E
Tints of Rouge #B32F6E
RGB
CMYK
RGB Variations
Color information
#B32F6E (or 0xB32F6E) is known color: Rouge. HEX triplet: B3, 2F and 6E. RGB value is (179,47,110). Sum of RGB (Red+Green+Blue) = 179+47+110=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32F6E is #4CD091. Grayscale: #5D5D5D. Windows color (decimal): -5034130 or 7221171. OLE color: 7221171.
HSL color Cylindrical-coordinate representation of color #B32F6E: hue angle of 331.36º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B32F6E is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 110 | - |
| CMYK | 0 | 0.74 | 0.39 | 0.30 |
| HSL | 331.36º | 0.58% | 0.44% | - |
| HSV(B) | 331.36º | 0.74% | 0.7% | - |
| XYZ | 22.42 | 12.74 | 16.03 | - |
| YUV | 93.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 110 | 0 | 0.74 | 0.39 | 0.30 | 331.36 | 0.58 | 0.44 |
| Hex | B3 | 2F | 6E | 0 | 4A | 27 | 1E | 14B | 3A | 2C |
| Octal | 263 | 57 | 156 | 0 | 112 | 47 | 36 | 513 | 72 | 54 |
| Binary | 10110011 | 101111 | 1101110 | 0 | 1001010 | 100111 | 11110 | 101001011 | 111010 | 101100 |
Color Harmonies of #B32F6E
Complementary color
Monochromatic Colors of #B32F6E
Black with #B32F6E
Text Example
Text Example
White with #B32F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F6E; }
p { color: rgb(179,47,110); }
H1.HeaderClassName
{
color: #B32F6E;
}
.AnyTagClassName
{
color: #B32F6E;
}
</style>
background-color css
<style>
a { background-color: #B32F6E; }
a { background-color: rgb(179,47,110); }
div.DivClassName
{
background-color: #B32F6E;
}
.BgClassName
{
background-color: #B32F6E;
}
</style>
border-color css
<style>
span { border-color: #B32F6E; }
span { border-color: rgb(179,47,110); }
td.TdClassName
{
border-color: #B32F6E;
}
.TagClassName
{
border-color: #B32F6E;
}
</style>