Shades of Rouge #B2345B
Tints of Rouge #B2345B
RGB
CMYK
RGB Variations
Color information
#B2345B (or 0xB2345B) is known color: Rouge. HEX triplet: B2, 34 and 5B. RGB value is (178,52,91). Sum of RGB (Red+Green+Blue) = 178+52+91=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2345B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2345B is #4DCBA4. Grayscale: #5E5E5E. Windows color (decimal): -5098405 or 5977266. OLE color: 5977266.
HSL color Cylindrical-coordinate representation of color #B2345B: hue angle of 341.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2345B is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 91 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.30 |
| HSL | 341.43º | 0.55% | 0.45% | - |
| HSV(B) | 341.43º | 0.71% | 0.7% | - |
| XYZ | 21.48 | 12.68 | 11.21 | - |
| YUV | 94.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 91 | 0 | 0.71 | 0.49 | 0.30 | 341.43 | 0.55 | 0.45 |
| Hex | B2 | 34 | 5B | 0 | 47 | 31 | 1E | 155 | 37 | 2D |
| Octal | 262 | 64 | 133 | 0 | 107 | 61 | 36 | 525 | 67 | 55 |
| Binary | 10110010 | 110100 | 1011011 | 0 | 1000111 | 110001 | 11110 | 101010101 | 110111 | 101101 |
Color Harmonies of #B2345B
Complementary color
Monochromatic Colors of #B2345B
Black with #B2345B
Text Example
Text Example
White with #B2345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2345B; }
p { color: rgb(178,52,91); }
H1.HeaderClassName
{
color: #B2345B;
}
.AnyTagClassName
{
color: #B2345B;
}
</style>
background-color css
<style>
a { background-color: #B2345B; }
a { background-color: rgb(178,52,91); }
div.DivClassName
{
background-color: #B2345B;
}
.BgClassName
{
background-color: #B2345B;
}
</style>
border-color css
<style>
span { border-color: #B2345B; }
span { border-color: rgb(178,52,91); }
td.TdClassName
{
border-color: #B2345B;
}
.TagClassName
{
border-color: #B2345B;
}
</style>