Shades of Rouge #B4375C
Tints of Rouge #B4375C
RGB
CMYK
RGB Variations
Color information
#B4375C (or 0xB4375C) is known color: Rouge. HEX triplet: B4, 37 and 5C. RGB value is (180,55,92). Sum of RGB (Red+Green+Blue) = 180+55+92=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4375C is #4BC8A3. Grayscale: #606060. Windows color (decimal): -4966564 or 6043572. OLE color: 6043572.
HSL color Cylindrical-coordinate representation of color #B4375C: 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 #B4375C is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 55 | 92 | - |
| 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.12 | 13.21 | 11.51 | - |
| YUV | 96.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 92 | 0 | 0.69 | 0.49 | 0.29 | 342.24 | 0.53 | 0.46 |
| Hex | B4 | 37 | 5C | 0 | 45 | 31 | 1D | 156 | 35 | 2E |
| Octal | 264 | 67 | 134 | 0 | 105 | 61 | 35 | 526 | 65 | 56 |
| Binary | 10110100 | 110111 | 1011100 | 0 | 1000101 | 110001 | 11101 | 101010110 | 110101 | 101110 |
Color Harmonies of #B4375C
Complementary color
Monochromatic Colors of #B4375C
Black with #B4375C
Text Example
Text Example
White with #B4375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4375C; }
p { color: rgb(180,55,92); }
H1.HeaderClassName
{
color: #B4375C;
}
.AnyTagClassName
{
color: #B4375C;
}
</style>
background-color css
<style>
a { background-color: #B4375C; }
a { background-color: rgb(180,55,92); }
div.DivClassName
{
background-color: #B4375C;
}
.BgClassName
{
background-color: #B4375C;
}
</style>
border-color css
<style>
span { border-color: #B4375C; }
span { border-color: rgb(180,55,92); }
td.TdClassName
{
border-color: #B4375C;
}
.TagClassName
{
border-color: #B4375C;
}
</style>