Shades of Rouge #B3395B
Tints of Rouge #B3395B
RGB
CMYK
RGB Variations
Color information
#B3395B (or 0xB3395B) is known color: Rouge. HEX triplet: B3, 39 and 5B. RGB value is (179,57,91). Sum of RGB (Red+Green+Blue) = 179+57+91=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B3395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3395B is #4CC6A4. Grayscale: #616161. Windows color (decimal): -5031589 or 5978547. OLE color: 5978547.
HSL color Cylindrical-coordinate representation of color #B3395B: hue angle of 343.28º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3395B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 91 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.30 |
| HSL | 343.28º | 0.52% | 0.46% | - |
| HSV(B) | 343.28º | 0.68% | 0.7% | - |
| XYZ | 21.94 | 13.27 | 11.3 | - |
| YUV | 97.35 | 124.42 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 91 | 0 | 0.68 | 0.49 | 0.30 | 343.28 | 0.52 | 0.46 |
| Hex | B3 | 39 | 5B | 0 | 44 | 31 | 1E | 157 | 34 | 2E |
| Octal | 263 | 71 | 133 | 0 | 104 | 61 | 36 | 527 | 64 | 56 |
| Binary | 10110011 | 111001 | 1011011 | 0 | 1000100 | 110001 | 11110 | 101010111 | 110100 | 101110 |
Color Harmonies of #B3395B
Complementary color
Monochromatic Colors of #B3395B
Black with #B3395B
Text Example
Text Example
White with #B3395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3395B; }
p { color: rgb(179,57,91); }
H1.HeaderClassName
{
color: #B3395B;
}
.AnyTagClassName
{
color: #B3395B;
}
</style>
background-color css
<style>
a { background-color: #B3395B; }
a { background-color: rgb(179,57,91); }
div.DivClassName
{
background-color: #B3395B;
}
.BgClassName
{
background-color: #B3395B;
}
</style>
border-color css
<style>
span { border-color: #B3395B; }
span { border-color: rgb(179,57,91); }
td.TdClassName
{
border-color: #B3395B;
}
.TagClassName
{
border-color: #B3395B;
}
</style>