Shades of Rouge #B13A5E
Tints of Rouge #B13A5E
RGB
CMYK
RGB Variations
Color information
#B13A5E (or 0xB13A5E) is known color: Rouge. HEX triplet: B1, 3A and 5E. RGB value is (177,58,94). Sum of RGB (Red+Green+Blue) = 177+58+94=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A5E is #4EC5A1. Grayscale: #616161. Windows color (decimal): -5162402 or 6175409. OLE color: 6175409.
HSL color Cylindrical-coordinate representation of color #B13A5E: hue angle of 341.85º degrees, saturation: 0.51, 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 #B13A5E is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 58 | 94 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.31 |
| HSL | 341.85º | 0.51% | 0.46% | - |
| HSV(B) | 341.85º | 0.67% | 0.69% | - |
| XYZ | 21.66 | 13.18 | 11.99 | - |
| YUV | 97.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 58 | 94 | 0 | 0.67 | 0.47 | 0.31 | 341.85 | 0.51 | 0.46 |
| Hex | B1 | 3A | 5E | 0 | 43 | 2F | 1F | 156 | 33 | 2E |
| Octal | 261 | 72 | 136 | 0 | 103 | 57 | 37 | 526 | 63 | 56 |
| Binary | 10110001 | 111010 | 1011110 | 0 | 1000011 | 101111 | 11111 | 101010110 | 110011 | 101110 |
Color Harmonies of #B13A5E
Complementary color
Monochromatic Colors of #B13A5E
Black with #B13A5E
Text Example
Text Example
White with #B13A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13A5E; }
p { color: rgb(177,58,94); }
H1.HeaderClassName
{
color: #B13A5E;
}
.AnyTagClassName
{
color: #B13A5E;
}
</style>
background-color css
<style>
a { background-color: #B13A5E; }
a { background-color: rgb(177,58,94); }
div.DivClassName
{
background-color: #B13A5E;
}
.BgClassName
{
background-color: #B13A5E;
}
</style>
border-color css
<style>
span { border-color: #B13A5E; }
span { border-color: rgb(177,58,94); }
td.TdClassName
{
border-color: #B13A5E;
}
.TagClassName
{
border-color: #B13A5E;
}
</style>