Shades of Rouge #B2255E
Tints of Rouge #B2255E
RGB
CMYK
RGB Variations
Color information
#B2255E (or 0xB2255E) is known color: Rouge. HEX triplet: B2, 25 and 5E. RGB value is (178,37,94). Sum of RGB (Red+Green+Blue) = 178+37+94=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2255E is #4DDAA1. Grayscale: #555555. Windows color (decimal): -5102242 or 6170034. OLE color: 6170034.
HSL color Cylindrical-coordinate representation of color #B2255E: hue angle of 335.74º 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 #B2255E is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 94 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.30 |
| HSL | 335.74º | 0.66% | 0.42% | - |
| HSV(B) | 335.74º | 0.79% | 0.7% | - |
| XYZ | 21.04 | 11.6 | 11.72 | - |
| YUV | 85.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 94 | 0 | 0.79 | 0.47 | 0.30 | 335.74 | 0.66 | 0.42 |
| Hex | B2 | 25 | 5E | 0 | 4F | 2F | 1E | 150 | 42 | 2A |
| Octal | 262 | 45 | 136 | 0 | 117 | 57 | 36 | 520 | 102 | 52 |
| Binary | 10110010 | 100101 | 1011110 | 0 | 1001111 | 101111 | 11110 | 101010000 | 1000010 | 101010 |
Color Harmonies of #B2255E
Complementary color
Monochromatic Colors of #B2255E
Black with #B2255E
Text Example
Text Example
White with #B2255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2255E; }
p { color: rgb(178,37,94); }
H1.HeaderClassName
{
color: #B2255E;
}
.AnyTagClassName
{
color: #B2255E;
}
</style>
background-color css
<style>
a { background-color: #B2255E; }
a { background-color: rgb(178,37,94); }
div.DivClassName
{
background-color: #B2255E;
}
.BgClassName
{
background-color: #B2255E;
}
</style>
border-color css
<style>
span { border-color: #B2255E; }
span { border-color: rgb(178,37,94); }
td.TdClassName
{
border-color: #B2255E;
}
.TagClassName
{
border-color: #B2255E;
}
</style>