Shades of Rouge #B5385E
Tints of Rouge #B5385E
RGB
CMYK
RGB Variations
Color information
#B5385E (or 0xB5385E) is known color: Rouge. HEX triplet: B5, 38 and 5E. RGB value is (181,56,94). Sum of RGB (Red+Green+Blue) = 181+56+94=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5385E is #4AC7A1. Grayscale: #616161. Windows color (decimal): -4900770 or 6174901. OLE color: 6174901.
HSL color Cylindrical-coordinate representation of color #B5385E: hue angle of 341.76º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5385E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 94 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.29 |
| HSL | 341.76º | 0.53% | 0.46% | - |
| HSV(B) | 341.76º | 0.69% | 0.71% | - |
| XYZ | 22.49 | 13.46 | 12 | - |
| YUV | 97.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 94 | 0 | 0.69 | 0.48 | 0.29 | 341.76 | 0.53 | 0.46 |
| Hex | B5 | 38 | 5E | 0 | 45 | 30 | 1D | 156 | 35 | 2E |
| Octal | 265 | 70 | 136 | 0 | 105 | 60 | 35 | 526 | 65 | 56 |
| Binary | 10110101 | 111000 | 1011110 | 0 | 1000101 | 110000 | 11101 | 101010110 | 110101 | 101110 |
Color Harmonies of #B5385E
Complementary color
Monochromatic Colors of #B5385E
Black with #B5385E
Text Example
Text Example
White with #B5385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5385E; }
p { color: rgb(181,56,94); }
H1.HeaderClassName
{
color: #B5385E;
}
.AnyTagClassName
{
color: #B5385E;
}
</style>
background-color css
<style>
a { background-color: #B5385E; }
a { background-color: rgb(181,56,94); }
div.DivClassName
{
background-color: #B5385E;
}
.BgClassName
{
background-color: #B5385E;
}
</style>
border-color css
<style>
span { border-color: #B5385E; }
span { border-color: rgb(181,56,94); }
td.TdClassName
{
border-color: #B5385E;
}
.TagClassName
{
border-color: #B5385E;
}
</style>