Shades of Rouge #B3325B
Tints of Rouge #B3325B
RGB
CMYK
RGB Variations
Color information
#B3325B (or 0xB3325B) is known color: Rouge. HEX triplet: B3, 32 and 5B. RGB value is (179,50,91). Sum of RGB (Red+Green+Blue) = 179+50+91=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3325B is #4CCDA4. Grayscale: #5D5D5D. Windows color (decimal): -5033381 or 5976755. OLE color: 5976755.
HSL color Cylindrical-coordinate representation of color #B3325B: hue angle of 340.93º 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 #B3325B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 50 | 91 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.30 |
| HSL | 340.93º | 0.56% | 0.45% | - |
| HSV(B) | 340.93º | 0.72% | 0.7% | - |
| XYZ | 21.62 | 12.62 | 11.19 | - |
| YUV | 93.25 | 126.74 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 50 | 91 | 0 | 0.72 | 0.49 | 0.30 | 340.93 | 0.56 | 0.45 |
| Hex | B3 | 32 | 5B | 0 | 48 | 31 | 1E | 155 | 38 | 2D |
| Octal | 263 | 62 | 133 | 0 | 110 | 61 | 36 | 525 | 70 | 55 |
| Binary | 10110011 | 110010 | 1011011 | 0 | 1001000 | 110001 | 11110 | 101010101 | 111000 | 101101 |
Color Harmonies of #B3325B
Complementary color
Monochromatic Colors of #B3325B
Black with #B3325B
Text Example
Text Example
White with #B3325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3325B; }
p { color: rgb(179,50,91); }
H1.HeaderClassName
{
color: #B3325B;
}
.AnyTagClassName
{
color: #B3325B;
}
</style>
background-color css
<style>
a { background-color: #B3325B; }
a { background-color: rgb(179,50,91); }
div.DivClassName
{
background-color: #B3325B;
}
.BgClassName
{
background-color: #B3325B;
}
</style>
border-color css
<style>
span { border-color: #B3325B; }
span { border-color: rgb(179,50,91); }
td.TdClassName
{
border-color: #B3325B;
}
.TagClassName
{
border-color: #B3325B;
}
</style>