Shades of Rouge #B3376D
Tints of Rouge #B3376D
RGB
CMYK
RGB Variations
Color information
#B3376D (or 0xB3376D) is known color: Rouge. HEX triplet: B3, 37 and 6D. RGB value is (179,55,109). Sum of RGB (Red+Green+Blue) = 179+55+109=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3376D is #4CC892. Grayscale: #626262. Windows color (decimal): -5032083 or 7157683. OLE color: 7157683.
HSL color Cylindrical-coordinate representation of color #B3376D: hue angle of 333.87º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B3376D is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 109 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.30 |
| HSL | 333.87º | 0.53% | 0.46% | - |
| HSV(B) | 333.87º | 0.69% | 0.7% | - |
| XYZ | 22.72 | 13.42 | 15.86 | - |
| YUV | 98.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 109 | 0 | 0.69 | 0.39 | 0.30 | 333.87 | 0.53 | 0.46 |
| Hex | B3 | 37 | 6D | 0 | 45 | 27 | 1E | 14E | 35 | 2E |
| Octal | 263 | 67 | 155 | 0 | 105 | 47 | 36 | 516 | 65 | 56 |
| Binary | 10110011 | 110111 | 1101101 | 0 | 1000101 | 100111 | 11110 | 101001110 | 110101 | 101110 |
Color Harmonies of #B3376D
Complementary color
Monochromatic Colors of #B3376D
Black with #B3376D
Text Example
Text Example
White with #B3376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3376D; }
p { color: rgb(179,55,109); }
H1.HeaderClassName
{
color: #B3376D;
}
.AnyTagClassName
{
color: #B3376D;
}
</style>
background-color css
<style>
a { background-color: #B3376D; }
a { background-color: rgb(179,55,109); }
div.DivClassName
{
background-color: #B3376D;
}
.BgClassName
{
background-color: #B3376D;
}
</style>
border-color css
<style>
span { border-color: #B3376D; }
span { border-color: rgb(179,55,109); }
td.TdClassName
{
border-color: #B3376D;
}
.TagClassName
{
border-color: #B3376D;
}
</style>