Shades of Rouge #B22E5B
Tints of Rouge #B22E5B
RGB
CMYK
RGB Variations
Color information
#B22E5B (or 0xB22E5B) is known color: Rouge. HEX triplet: B2, 2E and 5B. RGB value is (178,46,91). Sum of RGB (Red+Green+Blue) = 178+46+91=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22E5B is #4DD1A4. Grayscale: #5A5A5A. Windows color (decimal): -5099941 or 5975730. OLE color: 5975730.
HSL color Cylindrical-coordinate representation of color #B22E5B: hue angle of 339.55º degrees, saturation: 0.59, 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 #B22E5B is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 46 | 91 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.30 |
| HSL | 339.55º | 0.59% | 0.44% | - |
| HSV(B) | 339.55º | 0.74% | 0.7% | - |
| XYZ | 21.23 | 12.17 | 11.13 | - |
| YUV | 90.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 46 | 91 | 0 | 0.74 | 0.49 | 0.30 | 339.55 | 0.59 | 0.44 |
| Hex | B2 | 2E | 5B | 0 | 4A | 31 | 1E | 154 | 3B | 2C |
| Octal | 262 | 56 | 133 | 0 | 112 | 61 | 36 | 524 | 73 | 54 |
| Binary | 10110010 | 101110 | 1011011 | 0 | 1001010 | 110001 | 11110 | 101010100 | 111011 | 101100 |
Color Harmonies of #B22E5B
Complementary color
Monochromatic Colors of #B22E5B
Black with #B22E5B
Text Example
Text Example
White with #B22E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22E5B; }
p { color: rgb(178,46,91); }
H1.HeaderClassName
{
color: #B22E5B;
}
.AnyTagClassName
{
color: #B22E5B;
}
</style>
background-color css
<style>
a { background-color: #B22E5B; }
a { background-color: rgb(178,46,91); }
div.DivClassName
{
background-color: #B22E5B;
}
.BgClassName
{
background-color: #B22E5B;
}
</style>
border-color css
<style>
span { border-color: #B22E5B; }
span { border-color: rgb(178,46,91); }
td.TdClassName
{
border-color: #B22E5B;
}
.TagClassName
{
border-color: #B22E5B;
}
</style>