Shades of Rouge #B33265
Tints of Rouge #B33265
RGB
CMYK
RGB Variations
Color information
#B33265 (or 0xB33265) is known color: Rouge. HEX triplet: B3, 32 and 65. RGB value is (179,50,101). Sum of RGB (Red+Green+Blue) = 179+50+101=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B33265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33265 is #4CCD9A. Grayscale: #5E5E5E. Windows color (decimal): -5033371 or 6632115. OLE color: 6632115.
HSL color Cylindrical-coordinate representation of color #B33265: hue angle of 336.28º 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 #B33265 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 101 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.30 |
| HSL | 336.28º | 0.56% | 0.45% | - |
| HSV(B) | 336.28º | 0.72% | 0.7% | - |
| XYZ | 22.08 | 12.8 | 13.62 | - |
| YUV | 94.39 | 131.74 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 101 | 0 | 0.72 | 0.44 | 0.30 | 336.28 | 0.56 | 0.45 |
| Hex | B3 | 32 | 65 | 0 | 48 | 2C | 1E | 150 | 38 | 2D |
| Octal | 263 | 62 | 145 | 0 | 110 | 54 | 36 | 520 | 70 | 55 |
| Binary | 10110011 | 110010 | 1100101 | 0 | 1001000 | 101100 | 11110 | 101010000 | 111000 | 101101 |
Color Harmonies of #B33265
Complementary color
Monochromatic Colors of #B33265
Black with #B33265
Text Example
Text Example
White with #B33265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33265; }
p { color: rgb(179,50,101); }
H1.HeaderClassName
{
color: #B33265;
}
.AnyTagClassName
{
color: #B33265;
}
</style>
background-color css
<style>
a { background-color: #B33265; }
a { background-color: rgb(179,50,101); }
div.DivClassName
{
background-color: #B33265;
}
.BgClassName
{
background-color: #B33265;
}
</style>
border-color css
<style>
span { border-color: #B33265; }
span { border-color: rgb(179,50,101); }
td.TdClassName
{
border-color: #B33265;
}
.TagClassName
{
border-color: #B33265;
}
</style>