Shades of Rouge #B2375B
Tints of Rouge #B2375B
RGB
CMYK
RGB Variations
Color information
#B2375B (or 0xB2375B) is known color: Rouge. HEX triplet: B2, 37 and 5B. RGB value is (178,55,91). Sum of RGB (Red+Green+Blue) = 178+55+91=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2375B is #4DC8A4. Grayscale: #5F5F5F. Windows color (decimal): -5097637 or 5978034. OLE color: 5978034.
HSL color Cylindrical-coordinate representation of color #B2375B: hue angle of 342.44º 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 #B2375B is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 91 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.30 |
| HSL | 342.44º | 0.53% | 0.46% | - |
| HSV(B) | 342.44º | 0.69% | 0.7% | - |
| XYZ | 21.61 | 12.95 | 11.26 | - |
| YUV | 95.88 | 125.25 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 91 | 0 | 0.69 | 0.49 | 0.30 | 342.44 | 0.53 | 0.46 |
| Hex | B2 | 37 | 5B | 0 | 45 | 31 | 1E | 156 | 35 | 2E |
| Octal | 262 | 67 | 133 | 0 | 105 | 61 | 36 | 526 | 65 | 56 |
| Binary | 10110010 | 110111 | 1011011 | 0 | 1000101 | 110001 | 11110 | 101010110 | 110101 | 101110 |
Color Harmonies of #B2375B
Complementary color
Monochromatic Colors of #B2375B
Black with #B2375B
Text Example
Text Example
White with #B2375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2375B; }
p { color: rgb(178,55,91); }
H1.HeaderClassName
{
color: #B2375B;
}
.AnyTagClassName
{
color: #B2375B;
}
</style>
background-color css
<style>
a { background-color: #B2375B; }
a { background-color: rgb(178,55,91); }
div.DivClassName
{
background-color: #B2375B;
}
.BgClassName
{
background-color: #B2375B;
}
</style>
border-color css
<style>
span { border-color: #B2375B; }
span { border-color: rgb(178,55,91); }
td.TdClassName
{
border-color: #B2375B;
}
.TagClassName
{
border-color: #B2375B;
}
</style>