Shades of Rouge #B12E5C
Tints of Rouge #B12E5C
RGB
CMYK
RGB Variations
Color information
#B12E5C (or 0xB12E5C) is known color: Rouge. HEX triplet: B1, 2E and 5C. RGB value is (177,46,92). Sum of RGB (Red+Green+Blue) = 177+46+92=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E5C is #4ED1A3. Grayscale: #5A5A5A. Windows color (decimal): -5165476 or 6041265. OLE color: 6041265.
HSL color Cylindrical-coordinate representation of color #B12E5C: hue angle of 338.93º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12E5C is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 92 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.31 |
| HSL | 338.93º | 0.59% | 0.44% | - |
| HSV(B) | 338.93º | 0.74% | 0.69% | - |
| XYZ | 21.04 | 12.07 | 11.35 | - |
| YUV | 90.41 | 128.9 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 92 | 0 | 0.74 | 0.48 | 0.31 | 338.93 | 0.59 | 0.44 |
| Hex | B1 | 2E | 5C | 0 | 4A | 30 | 1F | 153 | 3B | 2C |
| Octal | 261 | 56 | 134 | 0 | 112 | 60 | 37 | 523 | 73 | 54 |
| Binary | 10110001 | 101110 | 1011100 | 0 | 1001010 | 110000 | 11111 | 101010011 | 111011 | 101100 |
Color Harmonies of #B12E5C
Complementary color
Monochromatic Colors of #B12E5C
Black with #B12E5C
Text Example
Text Example
White with #B12E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E5C; }
p { color: rgb(177,46,92); }
H1.HeaderClassName
{
color: #B12E5C;
}
.AnyTagClassName
{
color: #B12E5C;
}
</style>
background-color css
<style>
a { background-color: #B12E5C; }
a { background-color: rgb(177,46,92); }
div.DivClassName
{
background-color: #B12E5C;
}
.BgClassName
{
background-color: #B12E5C;
}
</style>
border-color css
<style>
span { border-color: #B12E5C; }
span { border-color: rgb(177,46,92); }
td.TdClassName
{
border-color: #B12E5C;
}
.TagClassName
{
border-color: #B12E5C;
}
</style>