Shades of Rouge #B12D66
Tints of Rouge #B12D66
RGB
CMYK
RGB Variations
Color information
#B12D66 (or 0xB12D66) is known color: Rouge. HEX triplet: B1, 2D and 66. RGB value is (177,45,102). Sum of RGB (Red+Green+Blue) = 177+45+102=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D66 is #4ED299. Grayscale: #5A5A5A. Windows color (decimal): -5165722 or 6696369. OLE color: 6696369.
HSL color Cylindrical-coordinate representation of color #B12D66: hue angle of 334.09º 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 #B12D66 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 102 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.31 |
| HSL | 334.09º | 0.59% | 0.44% | - |
| HSV(B) | 334.09º | 0.75% | 0.69% | - |
| XYZ | 21.47 | 12.18 | 13.79 | - |
| YUV | 90.97 | 134.23 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 102 | 0 | 0.75 | 0.42 | 0.31 | 334.09 | 0.59 | 0.44 |
| Hex | B1 | 2D | 66 | 0 | 4B | 2A | 1F | 14E | 3B | 2C |
| Octal | 261 | 55 | 146 | 0 | 113 | 52 | 37 | 516 | 73 | 54 |
| Binary | 10110001 | 101101 | 1100110 | 0 | 1001011 | 101010 | 11111 | 101001110 | 111011 | 101100 |
Color Harmonies of #B12D66
Complementary color
Monochromatic Colors of #B12D66
Black with #B12D66
Text Example
Text Example
White with #B12D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D66; }
p { color: rgb(177,45,102); }
H1.HeaderClassName
{
color: #B12D66;
}
.AnyTagClassName
{
color: #B12D66;
}
</style>
background-color css
<style>
a { background-color: #B12D66; }
a { background-color: rgb(177,45,102); }
div.DivClassName
{
background-color: #B12D66;
}
.BgClassName
{
background-color: #B12D66;
}
</style>
border-color css
<style>
span { border-color: #B12D66; }
span { border-color: rgb(177,45,102); }
td.TdClassName
{
border-color: #B12D66;
}
.TagClassName
{
border-color: #B12D66;
}
</style>