Shades of Rouge #B13B5C
Tints of Rouge #B13B5C
RGB
CMYK
RGB Variations
Color information
#B13B5C (or 0xB13B5C) is known color: Rouge. HEX triplet: B1, 3B and 5C. RGB value is (177,59,92). Sum of RGB (Red+Green+Blue) = 177+59+92=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B5C is #4EC4A3. Grayscale: #626262. Windows color (decimal): -5162148 or 6044593. OLE color: 6044593.
HSL color Cylindrical-coordinate representation of color #B13B5C: hue angle of 343.22º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B5C is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 92 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.31 |
| HSL | 343.22º | 0.5% | 0.46% | - |
| HSV(B) | 343.22º | 0.67% | 0.69% | - |
| XYZ | 21.63 | 13.25 | 11.54 | - |
| YUV | 98.04 | 124.59 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 92 | 0 | 0.67 | 0.48 | 0.31 | 343.22 | 0.5 | 0.46 |
| Hex | B1 | 3B | 5C | 0 | 43 | 30 | 1F | 157 | 32 | 2E |
| Octal | 261 | 73 | 134 | 0 | 103 | 60 | 37 | 527 | 62 | 56 |
| Binary | 10110001 | 111011 | 1011100 | 0 | 1000011 | 110000 | 11111 | 101010111 | 110010 | 101110 |
Color Harmonies of #B13B5C
Complementary color
Monochromatic Colors of #B13B5C
Black with #B13B5C
Text Example
Text Example
White with #B13B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B5C; }
p { color: rgb(177,59,92); }
H1.HeaderClassName
{
color: #B13B5C;
}
.AnyTagClassName
{
color: #B13B5C;
}
</style>
background-color css
<style>
a { background-color: #B13B5C; }
a { background-color: rgb(177,59,92); }
div.DivClassName
{
background-color: #B13B5C;
}
.BgClassName
{
background-color: #B13B5C;
}
</style>
border-color css
<style>
span { border-color: #B13B5C; }
span { border-color: rgb(177,59,92); }
td.TdClassName
{
border-color: #B13B5C;
}
.TagClassName
{
border-color: #B13B5C;
}
</style>