Shades of Rouge #B2255F
Tints of Rouge #B2255F
RGB
CMYK
RGB Variations
Color information
#B2255F (or 0xB2255F) is known color: Rouge. HEX triplet: B2, 25 and 5F. RGB value is (178,37,95). Sum of RGB (Red+Green+Blue) = 178+37+95=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2255F is #4DDAA0. Grayscale: #555555. Windows color (decimal): -5102241 or 6235570. OLE color: 6235570.
HSL color Cylindrical-coordinate representation of color #B2255F: hue angle of 335.32º 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 #B2255F is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 95 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.30 |
| HSL | 335.32º | 0.66% | 0.42% | - |
| HSV(B) | 335.32º | 0.79% | 0.7% | - |
| XYZ | 21.09 | 11.61 | 11.96 | - |
| YUV | 85.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 95 | 0 | 0.79 | 0.47 | 0.30 | 335.32 | 0.66 | 0.42 |
| Hex | B2 | 25 | 5F | 0 | 4F | 2F | 1E | 14F | 42 | 2A |
| Octal | 262 | 45 | 137 | 0 | 117 | 57 | 36 | 517 | 102 | 52 |
| Binary | 10110010 | 100101 | 1011111 | 0 | 1001111 | 101111 | 11110 | 101001111 | 1000010 | 101010 |
Color Harmonies of #B2255F
Complementary color
Monochromatic Colors of #B2255F
Black with #B2255F
Text Example
Text Example
White with #B2255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2255F; }
p { color: rgb(178,37,95); }
H1.HeaderClassName
{
color: #B2255F;
}
.AnyTagClassName
{
color: #B2255F;
}
</style>
background-color css
<style>
a { background-color: #B2255F; }
a { background-color: rgb(178,37,95); }
div.DivClassName
{
background-color: #B2255F;
}
.BgClassName
{
background-color: #B2255F;
}
</style>
border-color css
<style>
span { border-color: #B2255F; }
span { border-color: rgb(178,37,95); }
td.TdClassName
{
border-color: #B2255F;
}
.TagClassName
{
border-color: #B2255F;
}
</style>