Shades of Rouge #B5385C
Tints of Rouge #B5385C
RGB
CMYK
RGB Variations
Color information
#B5385C (or 0xB5385C) is known color: Rouge. HEX triplet: B5, 38 and 5C. RGB value is (181,56,92). Sum of RGB (Red+Green+Blue) = 181+56+92=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5385C is #4AC7A3. Grayscale: #616161. Windows color (decimal): -4900772 or 6043829. OLE color: 6043829.
HSL color Cylindrical-coordinate representation of color #B5385C: hue angle of 342.72º 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 #B5385C is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 92 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.29 |
| HSL | 342.72º | 0.53% | 0.46% | - |
| HSV(B) | 342.72º | 0.69% | 0.71% | - |
| XYZ | 22.4 | 13.42 | 11.54 | - |
| YUV | 97.48 | 124.91 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 92 | 0 | 0.69 | 0.49 | 0.29 | 342.72 | 0.53 | 0.46 |
| Hex | B5 | 38 | 5C | 0 | 45 | 31 | 1D | 157 | 35 | 2E |
| Octal | 265 | 70 | 134 | 0 | 105 | 61 | 35 | 527 | 65 | 56 |
| Binary | 10110101 | 111000 | 1011100 | 0 | 1000101 | 110001 | 11101 | 101010111 | 110101 | 101110 |
Color Harmonies of #B5385C
Complementary color
Monochromatic Colors of #B5385C
Black with #B5385C
Text Example
Text Example
White with #B5385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5385C; }
p { color: rgb(181,56,92); }
H1.HeaderClassName
{
color: #B5385C;
}
.AnyTagClassName
{
color: #B5385C;
}
</style>
background-color css
<style>
a { background-color: #B5385C; }
a { background-color: rgb(181,56,92); }
div.DivClassName
{
background-color: #B5385C;
}
.BgClassName
{
background-color: #B5385C;
}
</style>
border-color css
<style>
span { border-color: #B5385C; }
span { border-color: rgb(181,56,92); }
td.TdClassName
{
border-color: #B5385C;
}
.TagClassName
{
border-color: #B5385C;
}
</style>