Shades of Rouge #B12D61
Tints of Rouge #B12D61
RGB
CMYK
RGB Variations
Color information
#B12D61 (or 0xB12D61) is known color: Rouge. HEX triplet: B1, 2D and 61. RGB value is (177,45,97). Sum of RGB (Red+Green+Blue) = 177+45+97=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D61 is #4ED29E. Grayscale: #5A5A5A. Windows color (decimal): -5165727 or 6368689. OLE color: 6368689.
HSL color Cylindrical-coordinate representation of color #B12D61: hue angle of 336.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D61 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 97 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.31 |
| HSL | 336.36º | 0.59% | 0.44% | - |
| HSV(B) | 336.36º | 0.75% | 0.69% | - |
| XYZ | 21.23 | 12.09 | 12.52 | - |
| YUV | 90.4 | 131.73 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 97 | 0 | 0.75 | 0.45 | 0.31 | 336.36 | 0.59 | 0.44 |
| Hex | B1 | 2D | 61 | 0 | 4B | 2D | 1F | 150 | 3B | 2C |
| Octal | 261 | 55 | 141 | 0 | 113 | 55 | 37 | 520 | 73 | 54 |
| Binary | 10110001 | 101101 | 1100001 | 0 | 1001011 | 101101 | 11111 | 101010000 | 111011 | 101100 |
Color Harmonies of #B12D61
Complementary color
Monochromatic Colors of #B12D61
Black with #B12D61
Text Example
Text Example
White with #B12D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D61; }
p { color: rgb(177,45,97); }
H1.HeaderClassName
{
color: #B12D61;
}
.AnyTagClassName
{
color: #B12D61;
}
</style>
background-color css
<style>
a { background-color: #B12D61; }
a { background-color: rgb(177,45,97); }
div.DivClassName
{
background-color: #B12D61;
}
.BgClassName
{
background-color: #B12D61;
}
</style>
border-color css
<style>
span { border-color: #B12D61; }
span { border-color: rgb(177,45,97); }
td.TdClassName
{
border-color: #B12D61;
}
.TagClassName
{
border-color: #B12D61;
}
</style>