Shades of Rouge #B1385F
Tints of Rouge #B1385F
RGB
CMYK
RGB Variations
Color information
#B1385F (or 0xB1385F) is known color: Rouge. HEX triplet: B1, 38 and 5F. RGB value is (177,56,95). Sum of RGB (Red+Green+Blue) = 177+56+95=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B1385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1385F is #4EC7A0. Grayscale: #606060. Windows color (decimal): -5162913 or 6240433. OLE color: 6240433.
HSL color Cylindrical-coordinate representation of color #B1385F: hue angle of 340.66º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1385F is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 95 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.31 |
| HSL | 340.66º | 0.52% | 0.46% | - |
| HSV(B) | 340.66º | 0.68% | 0.69% | - |
| XYZ | 21.61 | 13 | 12.2 | - |
| YUV | 96.63 | 127.09 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 95 | 0 | 0.68 | 0.46 | 0.31 | 340.66 | 0.52 | 0.46 |
| Hex | B1 | 38 | 5F | 0 | 44 | 2E | 1F | 155 | 34 | 2E |
| Octal | 261 | 70 | 137 | 0 | 104 | 56 | 37 | 525 | 64 | 56 |
| Binary | 10110001 | 111000 | 1011111 | 0 | 1000100 | 101110 | 11111 | 101010101 | 110100 | 101110 |
Color Harmonies of #B1385F
Complementary color
Monochromatic Colors of #B1385F
Black with #B1385F
Text Example
Text Example
White with #B1385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1385F; }
p { color: rgb(177,56,95); }
H1.HeaderClassName
{
color: #B1385F;
}
.AnyTagClassName
{
color: #B1385F;
}
</style>
background-color css
<style>
a { background-color: #B1385F; }
a { background-color: rgb(177,56,95); }
div.DivClassName
{
background-color: #B1385F;
}
.BgClassName
{
background-color: #B1385F;
}
</style>
border-color css
<style>
span { border-color: #B1385F; }
span { border-color: rgb(177,56,95); }
td.TdClassName
{
border-color: #B1385F;
}
.TagClassName
{
border-color: #B1385F;
}
</style>