Shades of Rouge #B32D6C
Tints of Rouge #B32D6C
RGB
CMYK
RGB Variations
Color information
#B32D6C (or 0xB32D6C) is known color: Rouge. HEX triplet: B3, 2D and 6C. RGB value is (179,45,108). Sum of RGB (Red+Green+Blue) = 179+45+108=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32D6C is #4CD293. Grayscale: #5C5C5C. Windows color (decimal): -5034644 or 7089587. OLE color: 7089587.
HSL color Cylindrical-coordinate representation of color #B32D6C: hue angle of 331.79º 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 #B32D6C is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 108 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.30 |
| HSL | 331.79º | 0.6% | 0.44% | - |
| HSV(B) | 331.79º | 0.75% | 0.7% | - |
| XYZ | 22.24 | 12.54 | 15.44 | - |
| YUV | 92.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 108 | 0 | 0.75 | 0.40 | 0.30 | 331.79 | 0.6 | 0.44 |
| Hex | B3 | 2D | 6C | 0 | 4B | 28 | 1E | 14C | 3C | 2C |
| Octal | 263 | 55 | 154 | 0 | 113 | 50 | 36 | 514 | 74 | 54 |
| Binary | 10110011 | 101101 | 1101100 | 0 | 1001011 | 101000 | 11110 | 101001100 | 111100 | 101100 |
Color Harmonies of #B32D6C
Complementary color
Monochromatic Colors of #B32D6C
Black with #B32D6C
Text Example
Text Example
White with #B32D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D6C; }
p { color: rgb(179,45,108); }
H1.HeaderClassName
{
color: #B32D6C;
}
.AnyTagClassName
{
color: #B32D6C;
}
</style>
background-color css
<style>
a { background-color: #B32D6C; }
a { background-color: rgb(179,45,108); }
div.DivClassName
{
background-color: #B32D6C;
}
.BgClassName
{
background-color: #B32D6C;
}
</style>
border-color css
<style>
span { border-color: #B32D6C; }
span { border-color: rgb(179,45,108); }
td.TdClassName
{
border-color: #B32D6C;
}
.TagClassName
{
border-color: #B32D6C;
}
</style>