Shades of Rouge #B12D5D
Tints of Rouge #B12D5D
RGB
CMYK
RGB Variations
Color information
#B12D5D (or 0xB12D5D) is known color: Rouge. HEX triplet: B1, 2D and 5D. RGB value is (177,45,93). Sum of RGB (Red+Green+Blue) = 177+45+93=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12D5D is #4ED2A2. Grayscale: #595959. Windows color (decimal): -5165731 or 6106545. OLE color: 6106545.
HSL color Cylindrical-coordinate representation of color #B12D5D: hue angle of 338.18º 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 #B12D5D is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 93 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.31 |
| HSL | 338.18º | 0.59% | 0.44% | - |
| HSV(B) | 338.18º | 0.75% | 0.69% | - |
| XYZ | 21.05 | 12.01 | 11.57 | - |
| YUV | 89.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 93 | 0 | 0.75 | 0.47 | 0.31 | 338.18 | 0.59 | 0.44 |
| Hex | B1 | 2D | 5D | 0 | 4B | 2F | 1F | 152 | 3B | 2C |
| Octal | 261 | 55 | 135 | 0 | 113 | 57 | 37 | 522 | 73 | 54 |
| Binary | 10110001 | 101101 | 1011101 | 0 | 1001011 | 101111 | 11111 | 101010010 | 111011 | 101100 |
Color Harmonies of #B12D5D
Complementary color
Monochromatic Colors of #B12D5D
Black with #B12D5D
Text Example
Text Example
White with #B12D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D5D; }
p { color: rgb(177,45,93); }
H1.HeaderClassName
{
color: #B12D5D;
}
.AnyTagClassName
{
color: #B12D5D;
}
</style>
background-color css
<style>
a { background-color: #B12D5D; }
a { background-color: rgb(177,45,93); }
div.DivClassName
{
background-color: #B12D5D;
}
.BgClassName
{
background-color: #B12D5D;
}
</style>
border-color css
<style>
span { border-color: #B12D5D; }
span { border-color: rgb(177,45,93); }
td.TdClassName
{
border-color: #B12D5D;
}
.TagClassName
{
border-color: #B12D5D;
}
</style>