Shades of Rouge #B5385D
Tints of Rouge #B5385D
RGB
CMYK
RGB Variations
Color information
#B5385D (or 0xB5385D) is known color: Rouge. HEX triplet: B5, 38 and 5D. RGB value is (181,56,93). Sum of RGB (Red+Green+Blue) = 181+56+93=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5385D is #4AC7A2. Grayscale: #616161. Windows color (decimal): -4900771 or 6109365. OLE color: 6109365.
HSL color Cylindrical-coordinate representation of color #B5385D: hue angle of 342.24º 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 #B5385D is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 93 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.29 |
| HSL | 342.24º | 0.53% | 0.46% | - |
| HSV(B) | 342.24º | 0.69% | 0.71% | - |
| XYZ | 22.45 | 13.44 | 11.77 | - |
| YUV | 97.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 93 | 0 | 0.69 | 0.49 | 0.29 | 342.24 | 0.53 | 0.46 |
| Hex | B5 | 38 | 5D | 0 | 45 | 31 | 1D | 156 | 35 | 2E |
| Octal | 265 | 70 | 135 | 0 | 105 | 61 | 35 | 526 | 65 | 56 |
| Binary | 10110101 | 111000 | 1011101 | 0 | 1000101 | 110001 | 11101 | 101010110 | 110101 | 101110 |
Color Harmonies of #B5385D
Complementary color
Monochromatic Colors of #B5385D
Black with #B5385D
Text Example
Text Example
White with #B5385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5385D; }
p { color: rgb(181,56,93); }
H1.HeaderClassName
{
color: #B5385D;
}
.AnyTagClassName
{
color: #B5385D;
}
</style>
background-color css
<style>
a { background-color: #B5385D; }
a { background-color: rgb(181,56,93); }
div.DivClassName
{
background-color: #B5385D;
}
.BgClassName
{
background-color: #B5385D;
}
</style>
border-color css
<style>
span { border-color: #B5385D; }
span { border-color: rgb(181,56,93); }
td.TdClassName
{
border-color: #B5385D;
}
.TagClassName
{
border-color: #B5385D;
}
</style>