Shades of Rouge #B13C5D
Tints of Rouge #B13C5D
RGB
CMYK
RGB Variations
Color information
#B13C5D (or 0xB13C5D) is known color: Rouge. HEX triplet: B1, 3C and 5D. RGB value is (177,60,93). Sum of RGB (Red+Green+Blue) = 177+60+93=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C5D is #4EC3A2. Grayscale: #626262. Windows color (decimal): -5161891 or 6110385. OLE color: 6110385.
HSL color Cylindrical-coordinate representation of color #B13C5D: hue angle of 343.08º 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 #B13C5D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 93 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.31 |
| HSL | 343.08º | 0.49% | 0.46% | - |
| HSV(B) | 343.08º | 0.66% | 0.69% | - |
| XYZ | 21.72 | 13.37 | 11.79 | - |
| YUV | 98.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 93 | 0 | 0.66 | 0.47 | 0.31 | 343.08 | 0.49 | 0.46 |
| Hex | B1 | 3C | 5D | 0 | 42 | 2F | 1F | 157 | 31 | 2E |
| Octal | 261 | 74 | 135 | 0 | 102 | 57 | 37 | 527 | 61 | 56 |
| Binary | 10110001 | 111100 | 1011101 | 0 | 1000010 | 101111 | 11111 | 101010111 | 110001 | 101110 |
Color Harmonies of #B13C5D
Complementary color
Monochromatic Colors of #B13C5D
Black with #B13C5D
Text Example
Text Example
White with #B13C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C5D; }
p { color: rgb(177,60,93); }
H1.HeaderClassName
{
color: #B13C5D;
}
.AnyTagClassName
{
color: #B13C5D;
}
</style>
background-color css
<style>
a { background-color: #B13C5D; }
a { background-color: rgb(177,60,93); }
div.DivClassName
{
background-color: #B13C5D;
}
.BgClassName
{
background-color: #B13C5D;
}
</style>
border-color css
<style>
span { border-color: #B13C5D; }
span { border-color: rgb(177,60,93); }
td.TdClassName
{
border-color: #B13C5D;
}
.TagClassName
{
border-color: #B13C5D;
}
</style>