Shades of Rouge #B5385B
Tints of Rouge #B5385B
RGB
CMYK
RGB Variations
Color information
#B5385B (or 0xB5385B) is known color: Rouge. HEX triplet: B5, 38 and 5B. RGB value is (181,56,91). Sum of RGB (Red+Green+Blue) = 181+56+91=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5385B is #4AC7A4. Grayscale: #616161. Windows color (decimal): -4900773 or 5978293. OLE color: 5978293.
HSL color Cylindrical-coordinate representation of color #B5385B: hue angle of 343.2º 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 #B5385B is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 91 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.29 |
| HSL | 343.2º | 0.53% | 0.46% | - |
| HSV(B) | 343.2º | 0.69% | 0.71% | - |
| XYZ | 22.36 | 13.41 | 11.31 | - |
| YUV | 97.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 91 | 0 | 0.69 | 0.50 | 0.29 | 343.2 | 0.53 | 0.46 |
| Hex | B5 | 38 | 5B | 0 | 45 | 32 | 1D | 157 | 35 | 2E |
| Octal | 265 | 70 | 133 | 0 | 105 | 62 | 35 | 527 | 65 | 56 |
| Binary | 10110101 | 111000 | 1011011 | 0 | 1000101 | 110010 | 11101 | 101010111 | 110101 | 101110 |
Color Harmonies of #B5385B
Complementary color
Monochromatic Colors of #B5385B
Black with #B5385B
Text Example
Text Example
White with #B5385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5385B; }
p { color: rgb(181,56,91); }
H1.HeaderClassName
{
color: #B5385B;
}
.AnyTagClassName
{
color: #B5385B;
}
</style>
background-color css
<style>
a { background-color: #B5385B; }
a { background-color: rgb(181,56,91); }
div.DivClassName
{
background-color: #B5385B;
}
.BgClassName
{
background-color: #B5385B;
}
</style>
border-color css
<style>
span { border-color: #B5385B; }
span { border-color: rgb(181,56,91); }
td.TdClassName
{
border-color: #B5385B;
}
.TagClassName
{
border-color: #B5385B;
}
</style>