Shades of Rouge #B22C67
Tints of Rouge #B22C67
RGB
CMYK
RGB Variations
Color information
#B22C67 (or 0xB22C67) is known color: Rouge. HEX triplet: B2, 2C and 67. RGB value is (178,44,103). Sum of RGB (Red+Green+Blue) = 178+44+103=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C67 is #4DD398. Grayscale: #5A5A5A. Windows color (decimal): -5100441 or 6761650. OLE color: 6761650.
HSL color Cylindrical-coordinate representation of color #B22C67: hue angle of 333.58º 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 #B22C67 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 44 | 103 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.30 |
| HSL | 333.58º | 0.6% | 0.44% | - |
| HSV(B) | 333.58º | 0.75% | 0.7% | - |
| XYZ | 21.71 | 12.25 | 14.05 | - |
| YUV | 90.79 | 134.89 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 103 | 0 | 0.75 | 0.42 | 0.30 | 333.58 | 0.6 | 0.44 |
| Hex | B2 | 2C | 67 | 0 | 4B | 2A | 1E | 14E | 3C | 2C |
| Octal | 262 | 54 | 147 | 0 | 113 | 52 | 36 | 516 | 74 | 54 |
| Binary | 10110010 | 101100 | 1100111 | 0 | 1001011 | 101010 | 11110 | 101001110 | 111100 | 101100 |
Color Harmonies of #B22C67
Complementary color
Monochromatic Colors of #B22C67
Black with #B22C67
Text Example
Text Example
White with #B22C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22C67; }
p { color: rgb(178,44,103); }
H1.HeaderClassName
{
color: #B22C67;
}
.AnyTagClassName
{
color: #B22C67;
}
</style>
background-color css
<style>
a { background-color: #B22C67; }
a { background-color: rgb(178,44,103); }
div.DivClassName
{
background-color: #B22C67;
}
.BgClassName
{
background-color: #B22C67;
}
</style>
border-color css
<style>
span { border-color: #B22C67; }
span { border-color: rgb(178,44,103); }
td.TdClassName
{
border-color: #B22C67;
}
.TagClassName
{
border-color: #B22C67;
}
</style>