Shades of Rouge #B2295F
Tints of Rouge #B2295F
RGB
CMYK
RGB Variations
Color information
#B2295F (or 0xB2295F) is known color: Rouge. HEX triplet: B2, 29 and 5F. RGB value is (178,41,95). Sum of RGB (Red+Green+Blue) = 178+41+95=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B2295F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2295F is #4DD6A0. Grayscale: #585858. Windows color (decimal): -5101217 or 6236594. OLE color: 6236594.
HSL color Cylindrical-coordinate representation of color #B2295F: hue angle of 336.35º 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 #B2295F is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 95 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.30 |
| HSL | 336.35º | 0.63% | 0.43% | - |
| HSV(B) | 336.35º | 0.77% | 0.7% | - |
| XYZ | 21.22 | 11.88 | 12 | - |
| YUV | 88.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 95 | 0 | 0.77 | 0.47 | 0.30 | 336.35 | 0.63 | 0.43 |
| Hex | B2 | 29 | 5F | 0 | 4D | 2F | 1E | 150 | 3F | 2B |
| Octal | 262 | 51 | 137 | 0 | 115 | 57 | 36 | 520 | 77 | 53 |
| Binary | 10110010 | 101001 | 1011111 | 0 | 1001101 | 101111 | 11110 | 101010000 | 111111 | 101011 |
Color Harmonies of #B2295F
Complementary color
Monochromatic Colors of #B2295F
Black with #B2295F
Text Example
Text Example
White with #B2295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2295F; }
p { color: rgb(178,41,95); }
H1.HeaderClassName
{
color: #B2295F;
}
.AnyTagClassName
{
color: #B2295F;
}
</style>
background-color css
<style>
a { background-color: #B2295F; }
a { background-color: rgb(178,41,95); }
div.DivClassName
{
background-color: #B2295F;
}
.BgClassName
{
background-color: #B2295F;
}
</style>
border-color css
<style>
span { border-color: #B2295F; }
span { border-color: rgb(178,41,95); }
td.TdClassName
{
border-color: #B2295F;
}
.TagClassName
{
border-color: #B2295F;
}
</style>