Shades of Rouge #B32F5D
Tints of Rouge #B32F5D
RGB
CMYK
RGB Variations
Color information
#B32F5D (or 0xB32F5D) is known color: Rouge. HEX triplet: B3, 2F and 5D. RGB value is (179,47,93). Sum of RGB (Red+Green+Blue) = 179+47+93=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32F5D is #4CD0A2. Grayscale: #5B5B5B. Windows color (decimal): -5034147 or 6107059. OLE color: 6107059.
HSL color Cylindrical-coordinate representation of color #B32F5D: hue angle of 339.09º 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 #B32F5D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 93 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.30 |
| HSL | 339.09º | 0.58% | 0.44% | - |
| HSV(B) | 339.09º | 0.74% | 0.7% | - |
| XYZ | 21.58 | 12.41 | 11.61 | - |
| YUV | 91.71 | 128.73 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 93 | 0 | 0.74 | 0.48 | 0.30 | 339.09 | 0.58 | 0.44 |
| Hex | B3 | 2F | 5D | 0 | 4A | 30 | 1E | 153 | 3A | 2C |
| Octal | 263 | 57 | 135 | 0 | 112 | 60 | 36 | 523 | 72 | 54 |
| Binary | 10110011 | 101111 | 1011101 | 0 | 1001010 | 110000 | 11110 | 101010011 | 111010 | 101100 |
Color Harmonies of #B32F5D
Complementary color
Monochromatic Colors of #B32F5D
Black with #B32F5D
Text Example
Text Example
White with #B32F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F5D; }
p { color: rgb(179,47,93); }
H1.HeaderClassName
{
color: #B32F5D;
}
.AnyTagClassName
{
color: #B32F5D;
}
</style>
background-color css
<style>
a { background-color: #B32F5D; }
a { background-color: rgb(179,47,93); }
div.DivClassName
{
background-color: #B32F5D;
}
.BgClassName
{
background-color: #B32F5D;
}
</style>
border-color css
<style>
span { border-color: #B32F5D; }
span { border-color: rgb(179,47,93); }
td.TdClassName
{
border-color: #B32F5D;
}
.TagClassName
{
border-color: #B32F5D;
}
</style>