Shades of Rouge #B1385C
Tints of Rouge #B1385C
RGB
CMYK
RGB Variations
Color information
#B1385C (or 0xB1385C) is known color: Rouge. HEX triplet: B1, 38 and 5C. RGB value is (177,56,92). Sum of RGB (Red+Green+Blue) = 177+56+92=325 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.46% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 177 - color contains mainly: red. Hex color #B1385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1385C is #4EC7A3. Grayscale: #606060. Windows color (decimal): -5162916 or 6043825. OLE color: 6043825.
HSL color Cylindrical-coordinate representation of color #B1385C: hue angle of 342.15º 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 #B1385C is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 56 | 92 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.31 |
| HSL | 342.15º | 0.52% | 0.46% | - |
| HSV(B) | 342.15º | 0.68% | 0.69% | - |
| XYZ | 21.48 | 12.95 | 11.49 | - |
| YUV | 96.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 56 | 92 | 0 | 0.68 | 0.48 | 0.31 | 342.15 | 0.52 | 0.46 |
| Hex | B1 | 38 | 5C | 0 | 44 | 30 | 1F | 156 | 34 | 2E |
| Octal | 261 | 70 | 134 | 0 | 104 | 60 | 37 | 526 | 64 | 56 |
| Binary | 10110001 | 111000 | 1011100 | 0 | 1000100 | 110000 | 11111 | 101010110 | 110100 | 101110 |
Color Harmonies of #B1385C
Complementary color
Monochromatic Colors of #B1385C
Black with #B1385C
Text Example
Text Example
White with #B1385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1385C; }
p { color: rgb(177,56,92); }
H1.HeaderClassName
{
color: #B1385C;
}
.AnyTagClassName
{
color: #B1385C;
}
</style>
background-color css
<style>
a { background-color: #B1385C; }
a { background-color: rgb(177,56,92); }
div.DivClassName
{
background-color: #B1385C;
}
.BgClassName
{
background-color: #B1385C;
}
</style>
border-color css
<style>
span { border-color: #B1385C; }
span { border-color: rgb(177,56,92); }
td.TdClassName
{
border-color: #B1385C;
}
.TagClassName
{
border-color: #B1385C;
}
</style>