Shades of Rouge #B12562
Tints of Rouge #B12562
RGB
CMYK
RGB Variations
Color information
#B12562 (or 0xB12562) is known color: Rouge. HEX triplet: B1, 25 and 62. RGB value is (177,37,98). Sum of RGB (Red+Green+Blue) = 177+37+98=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B12562 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12562 is #4EDA9D. Grayscale: #555555. Windows color (decimal): -5167774 or 6432177. OLE color: 6432177.
HSL color Cylindrical-coordinate representation of color #B12562: hue angle of 333.86º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B12562 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 37 | 98 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.31 |
| HSL | 333.86º | 0.65% | 0.42% | - |
| HSV(B) | 333.86º | 0.79% | 0.69% | - |
| XYZ | 21 | 11.55 | 12.68 | - |
| YUV | 85.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 37 | 98 | 0 | 0.79 | 0.45 | 0.31 | 333.86 | 0.65 | 0.42 |
| Hex | B1 | 25 | 62 | 0 | 4F | 2D | 1F | 14E | 41 | 2A |
| Octal | 261 | 45 | 142 | 0 | 117 | 55 | 37 | 516 | 101 | 52 |
| Binary | 10110001 | 100101 | 1100010 | 0 | 1001111 | 101101 | 11111 | 101001110 | 1000001 | 101010 |
Color Harmonies of #B12562
Complementary color
Monochromatic Colors of #B12562
Black with #B12562
Text Example
Text Example
White with #B12562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12562; }
p { color: rgb(177,37,98); }
H1.HeaderClassName
{
color: #B12562;
}
.AnyTagClassName
{
color: #B12562;
}
</style>
background-color css
<style>
a { background-color: #B12562; }
a { background-color: rgb(177,37,98); }
div.DivClassName
{
background-color: #B12562;
}
.BgClassName
{
background-color: #B12562;
}
</style>
border-color css
<style>
span { border-color: #B12562; }
span { border-color: rgb(177,37,98); }
td.TdClassName
{
border-color: #B12562;
}
.TagClassName
{
border-color: #B12562;
}
</style>