Shades of Rouge #B3335A
Tints of Rouge #B3335A
RGB
CMYK
RGB Variations
Color information
#B3335A (or 0xB3335A) is known color: Rouge. HEX triplet: B3, 33 and 5A. RGB value is (179,51,90). Sum of RGB (Red+Green+Blue) = 179+51+90=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3335A is #4CCCA5. Grayscale: #5D5D5D. Windows color (decimal): -5033126 or 5911475. OLE color: 5911475.
HSL color Cylindrical-coordinate representation of color #B3335A: hue angle of 341.72º 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 #B3335A is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 51 | 90 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.30 |
| HSL | 341.72º | 0.56% | 0.45% | - |
| HSV(B) | 341.72º | 0.72% | 0.7% | - |
| XYZ | 21.62 | 12.69 | 10.98 | - |
| YUV | 93.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 90 | 0 | 0.72 | 0.50 | 0.30 | 341.72 | 0.56 | 0.45 |
| Hex | B3 | 33 | 5A | 0 | 48 | 32 | 1E | 156 | 38 | 2D |
| Octal | 263 | 63 | 132 | 0 | 110 | 62 | 36 | 526 | 70 | 55 |
| Binary | 10110011 | 110011 | 1011010 | 0 | 1001000 | 110010 | 11110 | 101010110 | 111000 | 101101 |
Color Harmonies of #B3335A
Complementary color
Monochromatic Colors of #B3335A
Black with #B3335A
Text Example
Text Example
White with #B3335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3335A; }
p { color: rgb(179,51,90); }
H1.HeaderClassName
{
color: #B3335A;
}
.AnyTagClassName
{
color: #B3335A;
}
</style>
background-color css
<style>
a { background-color: #B3335A; }
a { background-color: rgb(179,51,90); }
div.DivClassName
{
background-color: #B3335A;
}
.BgClassName
{
background-color: #B3335A;
}
</style>
border-color css
<style>
span { border-color: #B3335A; }
span { border-color: rgb(179,51,90); }
td.TdClassName
{
border-color: #B3335A;
}
.TagClassName
{
border-color: #B3335A;
}
</style>