Shades of Rouge #B12E62
Tints of Rouge #B12E62
RGB
CMYK
RGB Variations
Color information
#B12E62 (or 0xB12E62) is known color: Rouge. HEX triplet: B1, 2E and 62. RGB value is (177,46,98). Sum of RGB (Red+Green+Blue) = 177+46+98=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12E62 is #4ED19D. Grayscale: #5B5B5B. Windows color (decimal): -5165470 or 6434481. OLE color: 6434481.
HSL color Cylindrical-coordinate representation of color #B12E62: hue angle of 336.18º 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 #B12E62 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 46 | 98 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.31 |
| HSL | 336.18º | 0.59% | 0.44% | - |
| HSV(B) | 336.18º | 0.74% | 0.69% | - |
| XYZ | 21.31 | 12.18 | 12.78 | - |
| YUV | 91.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 46 | 98 | 0 | 0.74 | 0.45 | 0.31 | 336.18 | 0.59 | 0.44 |
| Hex | B1 | 2E | 62 | 0 | 4A | 2D | 1F | 150 | 3B | 2C |
| Octal | 261 | 56 | 142 | 0 | 112 | 55 | 37 | 520 | 73 | 54 |
| Binary | 10110001 | 101110 | 1100010 | 0 | 1001010 | 101101 | 11111 | 101010000 | 111011 | 101100 |
Color Harmonies of #B12E62
Complementary color
Monochromatic Colors of #B12E62
Black with #B12E62
Text Example
Text Example
White with #B12E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12E62; }
p { color: rgb(177,46,98); }
H1.HeaderClassName
{
color: #B12E62;
}
.AnyTagClassName
{
color: #B12E62;
}
</style>
background-color css
<style>
a { background-color: #B12E62; }
a { background-color: rgb(177,46,98); }
div.DivClassName
{
background-color: #B12E62;
}
.BgClassName
{
background-color: #B12E62;
}
</style>
border-color css
<style>
span { border-color: #B12E62; }
span { border-color: rgb(177,46,98); }
td.TdClassName
{
border-color: #B12E62;
}
.TagClassName
{
border-color: #B12E62;
}
</style>