Shades of Rouge #B22865
Tints of Rouge #B22865
RGB
CMYK
RGB Variations
Color information
#B22865 (or 0xB22865) is known color: Rouge. HEX triplet: B2, 28 and 65. RGB value is (178,40,101). Sum of RGB (Red+Green+Blue) = 178+40+101=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B22865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22865 is #4DD79A. Grayscale: #585858. Windows color (decimal): -5101467 or 6629554. OLE color: 6629554.
HSL color Cylindrical-coordinate representation of color #B22865: hue angle of 333.48º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22865 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 101 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.30 |
| HSL | 333.48º | 0.63% | 0.43% | - |
| HSV(B) | 333.48º | 0.78% | 0.7% | - |
| XYZ | 21.47 | 11.92 | 13.48 | - |
| YUV | 88.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 101 | 0 | 0.78 | 0.43 | 0.30 | 333.48 | 0.63 | 0.43 |
| Hex | B2 | 28 | 65 | 0 | 4E | 2B | 1E | 14D | 3F | 2B |
| Octal | 262 | 50 | 145 | 0 | 116 | 53 | 36 | 515 | 77 | 53 |
| Binary | 10110010 | 101000 | 1100101 | 0 | 1001110 | 101011 | 11110 | 101001101 | 111111 | 101011 |
Color Harmonies of #B22865
Complementary color
Monochromatic Colors of #B22865
Black with #B22865
Text Example
Text Example
White with #B22865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22865; }
p { color: rgb(178,40,101); }
H1.HeaderClassName
{
color: #B22865;
}
.AnyTagClassName
{
color: #B22865;
}
</style>
background-color css
<style>
a { background-color: #B22865; }
a { background-color: rgb(178,40,101); }
div.DivClassName
{
background-color: #B22865;
}
.BgClassName
{
background-color: #B22865;
}
</style>
border-color css
<style>
span { border-color: #B22865; }
span { border-color: rgb(178,40,101); }
td.TdClassName
{
border-color: #B22865;
}
.TagClassName
{
border-color: #B22865;
}
</style>