Shades of Rouge #B33262
Tints of Rouge #B33262
RGB
CMYK
RGB Variations
Color information
#B33262 (or 0xB33262) is known color: Rouge. HEX triplet: B3, 32 and 62. RGB value is (179,50,98). Sum of RGB (Red+Green+Blue) = 179+50+98=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B33262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33262 is #4CCD9D. Grayscale: #5D5D5D. Windows color (decimal): -5033374 or 6435507. OLE color: 6435507.
HSL color Cylindrical-coordinate representation of color #B33262: hue angle of 337.67º 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 #B33262 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 98 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.30 |
| HSL | 337.67º | 0.56% | 0.45% | - |
| HSV(B) | 337.67º | 0.72% | 0.7% | - |
| XYZ | 21.94 | 12.75 | 12.86 | - |
| YUV | 94.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 98 | 0 | 0.72 | 0.45 | 0.30 | 337.67 | 0.56 | 0.45 |
| Hex | B3 | 32 | 62 | 0 | 48 | 2D | 1E | 152 | 38 | 2D |
| Octal | 263 | 62 | 142 | 0 | 110 | 55 | 36 | 522 | 70 | 55 |
| Binary | 10110011 | 110010 | 1100010 | 0 | 1001000 | 101101 | 11110 | 101010010 | 111000 | 101101 |
Color Harmonies of #B33262
Complementary color
Monochromatic Colors of #B33262
Black with #B33262
Text Example
Text Example
White with #B33262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33262; }
p { color: rgb(179,50,98); }
H1.HeaderClassName
{
color: #B33262;
}
.AnyTagClassName
{
color: #B33262;
}
</style>
background-color css
<style>
a { background-color: #B33262; }
a { background-color: rgb(179,50,98); }
div.DivClassName
{
background-color: #B33262;
}
.BgClassName
{
background-color: #B33262;
}
</style>
border-color css
<style>
span { border-color: #B33262; }
span { border-color: rgb(179,50,98); }
td.TdClassName
{
border-color: #B33262;
}
.TagClassName
{
border-color: #B33262;
}
</style>