Shades of Rouge #B22C68
Tints of Rouge #B22C68
RGB
CMYK
RGB Variations
Color information
#B22C68 (or 0xB22C68) is known color: Rouge. HEX triplet: B2, 2C and 68. RGB value is (178,44,104). Sum of RGB (Red+Green+Blue) = 178+44+104=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C68 is #4DD397. Grayscale: #5A5A5A. Windows color (decimal): -5100440 or 6827186. OLE color: 6827186.
HSL color Cylindrical-coordinate representation of color #B22C68: hue angle of 333.13º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22C68 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 44 | 104 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.30 |
| HSL | 333.13º | 0.6% | 0.44% | - |
| HSV(B) | 333.13º | 0.75% | 0.7% | - |
| XYZ | 21.76 | 12.27 | 14.32 | - |
| YUV | 90.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 104 | 0 | 0.75 | 0.42 | 0.30 | 333.13 | 0.6 | 0.44 |
| Hex | B2 | 2C | 68 | 0 | 4B | 2A | 1E | 14D | 3C | 2C |
| Octal | 262 | 54 | 150 | 0 | 113 | 52 | 36 | 515 | 74 | 54 |
| Binary | 10110010 | 101100 | 1101000 | 0 | 1001011 | 101010 | 11110 | 101001101 | 111100 | 101100 |
Color Harmonies of #B22C68
Complementary color
Monochromatic Colors of #B22C68
Black with #B22C68
Text Example
Text Example
White with #B22C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22C68; }
p { color: rgb(178,44,104); }
H1.HeaderClassName
{
color: #B22C68;
}
.AnyTagClassName
{
color: #B22C68;
}
</style>
background-color css
<style>
a { background-color: #B22C68; }
a { background-color: rgb(178,44,104); }
div.DivClassName
{
background-color: #B22C68;
}
.BgClassName
{
background-color: #B22C68;
}
</style>
border-color css
<style>
span { border-color: #B22C68; }
span { border-color: rgb(178,44,104); }
td.TdClassName
{
border-color: #B22C68;
}
.TagClassName
{
border-color: #B22C68;
}
</style>