Shades of Rouge #B1315D
Tints of Rouge #B1315D
RGB
CMYK
RGB Variations
Color information
#B1315D (or 0xB1315D) is known color: Rouge. HEX triplet: B1, 31 and 5D. RGB value is (177,49,93). Sum of RGB (Red+Green+Blue) = 177+49+93=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1315D is #4ECEA2. Grayscale: #5C5C5C. Windows color (decimal): -5164707 or 6107569. OLE color: 6107569.
HSL color Cylindrical-coordinate representation of color #B1315D: hue angle of 339.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1315D is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 93 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.31 |
| HSL | 339.38º | 0.57% | 0.44% | - |
| HSV(B) | 339.38º | 0.72% | 0.69% | - |
| XYZ | 21.21 | 12.33 | 11.62 | - |
| YUV | 92.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 93 | 0 | 0.72 | 0.47 | 0.31 | 339.38 | 0.57 | 0.44 |
| Hex | B1 | 31 | 5D | 0 | 48 | 2F | 1F | 153 | 39 | 2C |
| Octal | 261 | 61 | 135 | 0 | 110 | 57 | 37 | 523 | 71 | 54 |
| Binary | 10110001 | 110001 | 1011101 | 0 | 1001000 | 101111 | 11111 | 101010011 | 111001 | 101100 |
Color Harmonies of #B1315D
Complementary color
Monochromatic Colors of #B1315D
Black with #B1315D
Text Example
Text Example
White with #B1315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1315D; }
p { color: rgb(177,49,93); }
H1.HeaderClassName
{
color: #B1315D;
}
.AnyTagClassName
{
color: #B1315D;
}
</style>
background-color css
<style>
a { background-color: #B1315D; }
a { background-color: rgb(177,49,93); }
div.DivClassName
{
background-color: #B1315D;
}
.BgClassName
{
background-color: #B1315D;
}
</style>
border-color css
<style>
span { border-color: #B1315D; }
span { border-color: rgb(177,49,93); }
td.TdClassName
{
border-color: #B1315D;
}
.TagClassName
{
border-color: #B1315D;
}
</style>