Shades of Rouge #B2296C
Tints of Rouge #B2296C
RGB
CMYK
RGB Variations
Color information
#B2296C (or 0xB2296C) is known color: Rouge. HEX triplet: B2, 29 and 6C. RGB value is (178,41,108). Sum of RGB (Red+Green+Blue) = 178+41+108=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2296C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2296C is #4DD693. Grayscale: #595959. Windows color (decimal): -5101204 or 7088562. OLE color: 7088562.
HSL color Cylindrical-coordinate representation of color #B2296C: hue angle of 330.66º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2296C is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 108 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.30 |
| HSL | 330.66º | 0.63% | 0.43% | - |
| HSV(B) | 330.66º | 0.77% | 0.7% | - |
| XYZ | 21.86 | 12.13 | 15.38 | - |
| YUV | 89.6 | 138.39 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 108 | 0 | 0.77 | 0.39 | 0.30 | 330.66 | 0.63 | 0.43 |
| Hex | B2 | 29 | 6C | 0 | 4D | 27 | 1E | 14B | 3F | 2B |
| Octal | 262 | 51 | 154 | 0 | 115 | 47 | 36 | 513 | 77 | 53 |
| Binary | 10110010 | 101001 | 1101100 | 0 | 1001101 | 100111 | 11110 | 101001011 | 111111 | 101011 |
Color Harmonies of #B2296C
Complementary color
Monochromatic Colors of #B2296C
Black with #B2296C
Text Example
Text Example
White with #B2296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2296C; }
p { color: rgb(178,41,108); }
H1.HeaderClassName
{
color: #B2296C;
}
.AnyTagClassName
{
color: #B2296C;
}
</style>
background-color css
<style>
a { background-color: #B2296C; }
a { background-color: rgb(178,41,108); }
div.DivClassName
{
background-color: #B2296C;
}
.BgClassName
{
background-color: #B2296C;
}
</style>
border-color css
<style>
span { border-color: #B2296C; }
span { border-color: rgb(178,41,108); }
td.TdClassName
{
border-color: #B2296C;
}
.TagClassName
{
border-color: #B2296C;
}
</style>