Shades of Rouge #B3345C
Tints of Rouge #B3345C
RGB
CMYK
RGB Variations
Color information
#B3345C (or 0xB3345C) is known color: Rouge. HEX triplet: B3, 34 and 5C. RGB value is (179,52,92). Sum of RGB (Red+Green+Blue) = 179+52+92=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3345C is #4CCBA3. Grayscale: #5E5E5E. Windows color (decimal): -5032868 or 6042803. OLE color: 6042803.
HSL color Cylindrical-coordinate representation of color #B3345C: hue angle of 341.1º 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 #B3345C is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 92 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.30 |
| HSL | 341.1º | 0.55% | 0.45% | - |
| HSV(B) | 341.1º | 0.71% | 0.7% | - |
| XYZ | 21.75 | 12.81 | 11.45 | - |
| YUV | 94.53 | 126.58 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 92 | 0 | 0.71 | 0.49 | 0.30 | 341.1 | 0.55 | 0.45 |
| Hex | B3 | 34 | 5C | 0 | 47 | 31 | 1E | 155 | 37 | 2D |
| Octal | 263 | 64 | 134 | 0 | 107 | 61 | 36 | 525 | 67 | 55 |
| Binary | 10110011 | 110100 | 1011100 | 0 | 1000111 | 110001 | 11110 | 101010101 | 110111 | 101101 |
Color Harmonies of #B3345C
Complementary color
Monochromatic Colors of #B3345C
Black with #B3345C
Text Example
Text Example
White with #B3345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3345C; }
p { color: rgb(179,52,92); }
H1.HeaderClassName
{
color: #B3345C;
}
.AnyTagClassName
{
color: #B3345C;
}
</style>
background-color css
<style>
a { background-color: #B3345C; }
a { background-color: rgb(179,52,92); }
div.DivClassName
{
background-color: #B3345C;
}
.BgClassName
{
background-color: #B3345C;
}
</style>
border-color css
<style>
span { border-color: #B3345C; }
span { border-color: rgb(179,52,92); }
td.TdClassName
{
border-color: #B3345C;
}
.TagClassName
{
border-color: #B3345C;
}
</style>