Shades of Rouge #B22560
Tints of Rouge #B22560
RGB
CMYK
RGB Variations
Color information
#B22560 (or 0xB22560) is known color: Rouge. HEX triplet: B2, 25 and 60. RGB value is (178,37,96). Sum of RGB (Red+Green+Blue) = 178+37+96=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B22560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22560 is #4DDA9F. Grayscale: #555555. Windows color (decimal): -5102240 or 6301106. OLE color: 6301106.
HSL color Cylindrical-coordinate representation of color #B22560: hue angle of 334.89º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22560 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 96 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.30 |
| HSL | 334.89º | 0.66% | 0.42% | - |
| HSV(B) | 334.89º | 0.79% | 0.7% | - |
| XYZ | 21.13 | 11.63 | 12.2 | - |
| YUV | 85.89 | 133.71 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 96 | 0 | 0.79 | 0.46 | 0.30 | 334.89 | 0.66 | 0.42 |
| Hex | B2 | 25 | 60 | 0 | 4F | 2E | 1E | 14F | 42 | 2A |
| Octal | 262 | 45 | 140 | 0 | 117 | 56 | 36 | 517 | 102 | 52 |
| Binary | 10110010 | 100101 | 1100000 | 0 | 1001111 | 101110 | 11110 | 101001111 | 1000010 | 101010 |
Color Harmonies of #B22560
Complementary color
Monochromatic Colors of #B22560
Black with #B22560
Text Example
Text Example
White with #B22560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22560; }
p { color: rgb(178,37,96); }
H1.HeaderClassName
{
color: #B22560;
}
.AnyTagClassName
{
color: #B22560;
}
</style>
background-color css
<style>
a { background-color: #B22560; }
a { background-color: rgb(178,37,96); }
div.DivClassName
{
background-color: #B22560;
}
.BgClassName
{
background-color: #B22560;
}
</style>
border-color css
<style>
span { border-color: #B22560; }
span { border-color: rgb(178,37,96); }
td.TdClassName
{
border-color: #B22560;
}
.TagClassName
{
border-color: #B22560;
}
</style>