Shades of Rouge #B3315C
Tints of Rouge #B3315C
RGB
CMYK
RGB Variations
Color information
#B3315C (or 0xB3315C) is known color: Rouge. HEX triplet: B3, 31 and 5C. RGB value is (179,49,92). Sum of RGB (Red+Green+Blue) = 179+49+92=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3315C is #4CCEA3. Grayscale: #5C5C5C. Windows color (decimal): -5033636 or 6042035. OLE color: 6042035.
HSL color Cylindrical-coordinate representation of color #B3315C: hue angle of 340.15º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3315C is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 92 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.30 |
| HSL | 340.15º | 0.57% | 0.45% | - |
| HSV(B) | 340.15º | 0.73% | 0.7% | - |
| XYZ | 21.62 | 12.55 | 11.41 | - |
| YUV | 92.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 92 | 0 | 0.73 | 0.49 | 0.30 | 340.15 | 0.57 | 0.45 |
| Hex | B3 | 31 | 5C | 0 | 49 | 31 | 1E | 154 | 39 | 2D |
| Octal | 263 | 61 | 134 | 0 | 111 | 61 | 36 | 524 | 71 | 55 |
| Binary | 10110011 | 110001 | 1011100 | 0 | 1001001 | 110001 | 11110 | 101010100 | 111001 | 101101 |
Color Harmonies of #B3315C
Complementary color
Monochromatic Colors of #B3315C
Black with #B3315C
Text Example
Text Example
White with #B3315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3315C; }
p { color: rgb(179,49,92); }
H1.HeaderClassName
{
color: #B3315C;
}
.AnyTagClassName
{
color: #B3315C;
}
</style>
background-color css
<style>
a { background-color: #B3315C; }
a { background-color: rgb(179,49,92); }
div.DivClassName
{
background-color: #B3315C;
}
.BgClassName
{
background-color: #B3315C;
}
</style>
border-color css
<style>
span { border-color: #B3315C; }
span { border-color: rgb(179,49,92); }
td.TdClassName
{
border-color: #B3315C;
}
.TagClassName
{
border-color: #B3315C;
}
</style>