Shades of Rouge #B3326F
Tints of Rouge #B3326F
RGB
CMYK
RGB Variations
Color information
#B3326F (or 0xB3326F) is known color: Rouge. HEX triplet: B3, 32 and 6F. RGB value is (179,50,111). Sum of RGB (Red+Green+Blue) = 179+50+111=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3326F is #4CCD90. Grayscale: #5F5F5F. Windows color (decimal): -5033361 or 7287475. OLE color: 7287475.
HSL color Cylindrical-coordinate representation of color #B3326F: hue angle of 331.63º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3326F is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 111 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.30 |
| HSL | 331.63º | 0.56% | 0.45% | - |
| HSV(B) | 331.63º | 0.72% | 0.7% | - |
| XYZ | 22.6 | 13.01 | 16.36 | - |
| YUV | 95.53 | 136.74 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 111 | 0 | 0.72 | 0.38 | 0.30 | 331.63 | 0.56 | 0.45 |
| Hex | B3 | 32 | 6F | 0 | 48 | 26 | 1E | 14C | 38 | 2D |
| Octal | 263 | 62 | 157 | 0 | 110 | 46 | 36 | 514 | 70 | 55 |
| Binary | 10110011 | 110010 | 1101111 | 0 | 1001000 | 100110 | 11110 | 101001100 | 111000 | 101101 |
Color Harmonies of #B3326F
Complementary color
Monochromatic Colors of #B3326F
Black with #B3326F
Text Example
Text Example
White with #B3326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3326F; }
p { color: rgb(179,50,111); }
H1.HeaderClassName
{
color: #B3326F;
}
.AnyTagClassName
{
color: #B3326F;
}
</style>
background-color css
<style>
a { background-color: #B3326F; }
a { background-color: rgb(179,50,111); }
div.DivClassName
{
background-color: #B3326F;
}
.BgClassName
{
background-color: #B3326F;
}
</style>
border-color css
<style>
span { border-color: #B3326F; }
span { border-color: rgb(179,50,111); }
td.TdClassName
{
border-color: #B3326F;
}
.TagClassName
{
border-color: #B3326F;
}
</style>