Shades of Rouge #B2375C
Tints of Rouge #B2375C
RGB
CMYK
RGB Variations
Color information
#B2375C (or 0xB2375C) is known color: Rouge. HEX triplet: B2, 37 and 5C. RGB value is (178,55,92). Sum of RGB (Red+Green+Blue) = 178+55+92=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2375C is #4DC8A3. Grayscale: #5F5F5F. Windows color (decimal): -5097636 or 6043570. OLE color: 6043570.
HSL color Cylindrical-coordinate representation of color #B2375C: hue angle of 341.95º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2375C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 92 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.30 |
| HSL | 341.95º | 0.53% | 0.46% | - |
| HSV(B) | 341.95º | 0.69% | 0.7% | - |
| XYZ | 21.66 | 12.97 | 11.49 | - |
| YUV | 96 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 92 | 0 | 0.69 | 0.48 | 0.30 | 341.95 | 0.53 | 0.46 |
| Hex | B2 | 37 | 5C | 0 | 45 | 30 | 1E | 156 | 35 | 2E |
| Octal | 262 | 67 | 134 | 0 | 105 | 60 | 36 | 526 | 65 | 56 |
| Binary | 10110010 | 110111 | 1011100 | 0 | 1000101 | 110000 | 11110 | 101010110 | 110101 | 101110 |
Color Harmonies of #B2375C
Complementary color
Monochromatic Colors of #B2375C
Black with #B2375C
Text Example
Text Example
White with #B2375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2375C; }
p { color: rgb(178,55,92); }
H1.HeaderClassName
{
color: #B2375C;
}
.AnyTagClassName
{
color: #B2375C;
}
</style>
background-color css
<style>
a { background-color: #B2375C; }
a { background-color: rgb(178,55,92); }
div.DivClassName
{
background-color: #B2375C;
}
.BgClassName
{
background-color: #B2375C;
}
</style>
border-color css
<style>
span { border-color: #B2375C; }
span { border-color: rgb(178,55,92); }
td.TdClassName
{
border-color: #B2375C;
}
.TagClassName
{
border-color: #B2375C;
}
</style>