Shades of Rouge #B32F66
Tints of Rouge #B32F66
RGB
CMYK
RGB Variations
Color information
#B32F66 (or 0xB32F66) is known color: Rouge. HEX triplet: B3, 2F and 66. RGB value is (179,47,102). Sum of RGB (Red+Green+Blue) = 179+47+102=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B32F66 is #4CD099. Grayscale: #5C5C5C. Windows color (decimal): -5034138 or 6696883. OLE color: 6696883.
HSL color Cylindrical-coordinate representation of color #B32F66: hue angle of 335º 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 #B32F66 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 47 | 102 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.30 |
| HSL | 335º | 0.58% | 0.44% | - |
| HSV(B) | 335º | 0.74% | 0.7% | - |
| XYZ | 22.01 | 12.58 | 13.84 | - |
| YUV | 92.74 | 133.23 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 47 | 102 | 0 | 0.74 | 0.43 | 0.30 | 335 | 0.58 | 0.44 |
| Hex | B3 | 2F | 66 | 0 | 4A | 2B | 1E | 14F | 3A | 2C |
| Octal | 263 | 57 | 146 | 0 | 112 | 53 | 36 | 517 | 72 | 54 |
| Binary | 10110011 | 101111 | 1100110 | 0 | 1001010 | 101011 | 11110 | 101001111 | 111010 | 101100 |
Color Harmonies of #B32F66
Complementary color
Monochromatic Colors of #B32F66
Black with #B32F66
Text Example
Text Example
White with #B32F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32F66; }
p { color: rgb(179,47,102); }
H1.HeaderClassName
{
color: #B32F66;
}
.AnyTagClassName
{
color: #B32F66;
}
</style>
background-color css
<style>
a { background-color: #B32F66; }
a { background-color: rgb(179,47,102); }
div.DivClassName
{
background-color: #B32F66;
}
.BgClassName
{
background-color: #B32F66;
}
</style>
border-color css
<style>
span { border-color: #B32F66; }
span { border-color: rgb(179,47,102); }
td.TdClassName
{
border-color: #B32F66;
}
.TagClassName
{
border-color: #B32F66;
}
</style>