Shades of Rouge #B2325B
Tints of Rouge #B2325B
RGB
CMYK
RGB Variations
Color information
#B2325B (or 0xB2325B) is known color: Rouge. HEX triplet: B2, 32 and 5B. RGB value is (178,50,91). Sum of RGB (Red+Green+Blue) = 178+50+91=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2325B is #4DCDA4. Grayscale: #5C5C5C. Windows color (decimal): -5098917 or 5976754. OLE color: 5976754.
HSL color Cylindrical-coordinate representation of color #B2325B: hue angle of 340.78º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2325B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 91 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.30 |
| HSL | 340.78º | 0.56% | 0.45% | - |
| HSV(B) | 340.78º | 0.72% | 0.7% | - |
| XYZ | 21.39 | 12.5 | 11.18 | - |
| YUV | 92.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 91 | 0 | 0.72 | 0.49 | 0.30 | 340.78 | 0.56 | 0.45 |
| Hex | B2 | 32 | 5B | 0 | 48 | 31 | 1E | 155 | 38 | 2D |
| Octal | 262 | 62 | 133 | 0 | 110 | 61 | 36 | 525 | 70 | 55 |
| Binary | 10110010 | 110010 | 1011011 | 0 | 1001000 | 110001 | 11110 | 101010101 | 111000 | 101101 |
Color Harmonies of #B2325B
Complementary color
Monochromatic Colors of #B2325B
Black with #B2325B
Text Example
Text Example
White with #B2325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2325B; }
p { color: rgb(178,50,91); }
H1.HeaderClassName
{
color: #B2325B;
}
.AnyTagClassName
{
color: #B2325B;
}
</style>
background-color css
<style>
a { background-color: #B2325B; }
a { background-color: rgb(178,50,91); }
div.DivClassName
{
background-color: #B2325B;
}
.BgClassName
{
background-color: #B2325B;
}
</style>
border-color css
<style>
span { border-color: #B2325B; }
span { border-color: rgb(178,50,91); }
td.TdClassName
{
border-color: #B2325B;
}
.TagClassName
{
border-color: #B2325B;
}
</style>