Shades of Rouge #B13C5B
Tints of Rouge #B13C5B
RGB
CMYK
RGB Variations
Color information
#B13C5B (or 0xB13C5B) is known color: Rouge. HEX triplet: B1, 3C and 5B. RGB value is (177,60,91). Sum of RGB (Red+Green+Blue) = 177+60+91=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C5B is #4EC3A4. Grayscale: #626262. Windows color (decimal): -5161893 or 5979313. OLE color: 5979313.
HSL color Cylindrical-coordinate representation of color #B13C5B: hue angle of 344.1º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13C5B is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 91 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.31 |
| HSL | 344.1º | 0.49% | 0.46% | - |
| HSV(B) | 344.1º | 0.66% | 0.69% | - |
| XYZ | 21.64 | 13.33 | 11.33 | - |
| YUV | 98.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 91 | 0 | 0.66 | 0.49 | 0.31 | 344.1 | 0.49 | 0.46 |
| Hex | B1 | 3C | 5B | 0 | 42 | 31 | 1F | 158 | 31 | 2E |
| Octal | 261 | 74 | 133 | 0 | 102 | 61 | 37 | 530 | 61 | 56 |
| Binary | 10110001 | 111100 | 1011011 | 0 | 1000010 | 110001 | 11111 | 101011000 | 110001 | 101110 |
Color Harmonies of #B13C5B
Complementary color
Monochromatic Colors of #B13C5B
Black with #B13C5B
Text Example
Text Example
White with #B13C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C5B; }
p { color: rgb(177,60,91); }
H1.HeaderClassName
{
color: #B13C5B;
}
.AnyTagClassName
{
color: #B13C5B;
}
</style>
background-color css
<style>
a { background-color: #B13C5B; }
a { background-color: rgb(177,60,91); }
div.DivClassName
{
background-color: #B13C5B;
}
.BgClassName
{
background-color: #B13C5B;
}
</style>
border-color css
<style>
span { border-color: #B13C5B; }
span { border-color: rgb(177,60,91); }
td.TdClassName
{
border-color: #B13C5B;
}
.TagClassName
{
border-color: #B13C5B;
}
</style>