Shades of Rouge #B22C5D
Tints of Rouge #B22C5D
RGB
CMYK
RGB Variations
Color information
#B22C5D (or 0xB22C5D) is known color: Rouge. HEX triplet: B2, 2C and 5D. RGB value is (178,44,93). Sum of RGB (Red+Green+Blue) = 178+44+93=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22C5D is #4DD3A2. Grayscale: #595959. Windows color (decimal): -5100451 or 6106290. OLE color: 6106290.
HSL color Cylindrical-coordinate representation of color #B22C5D: hue angle of 338.06º 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 #B22C5D is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 44 | 93 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.30 |
| HSL | 338.06º | 0.6% | 0.44% | - |
| HSV(B) | 338.06º | 0.75% | 0.7% | - |
| XYZ | 21.24 | 12.06 | 11.56 | - |
| YUV | 89.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 93 | 0 | 0.75 | 0.48 | 0.30 | 338.06 | 0.6 | 0.44 |
| Hex | B2 | 2C | 5D | 0 | 4B | 30 | 1E | 152 | 3C | 2C |
| Octal | 262 | 54 | 135 | 0 | 113 | 60 | 36 | 522 | 74 | 54 |
| Binary | 10110010 | 101100 | 1011101 | 0 | 1001011 | 110000 | 11110 | 101010010 | 111100 | 101100 |
Color Harmonies of #B22C5D
Complementary color
Monochromatic Colors of #B22C5D
Black with #B22C5D
Text Example
Text Example
White with #B22C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22C5D; }
p { color: rgb(178,44,93); }
H1.HeaderClassName
{
color: #B22C5D;
}
.AnyTagClassName
{
color: #B22C5D;
}
</style>
background-color css
<style>
a { background-color: #B22C5D; }
a { background-color: rgb(178,44,93); }
div.DivClassName
{
background-color: #B22C5D;
}
.BgClassName
{
background-color: #B22C5D;
}
</style>
border-color css
<style>
span { border-color: #B22C5D; }
span { border-color: rgb(178,44,93); }
td.TdClassName
{
border-color: #B22C5D;
}
.TagClassName
{
border-color: #B22C5D;
}
</style>