Shades of Rouge #B3376C
Tints of Rouge #B3376C
RGB
CMYK
RGB Variations
Color information
#B3376C (or 0xB3376C) is known color: Rouge. HEX triplet: B3, 37 and 6C. RGB value is (179,55,108). Sum of RGB (Red+Green+Blue) = 179+55+108=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 55 (21.88% from 255 or 16.08% from 342); Blue value is 108 (42.58% from 255 or 31.58% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3376C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3376C is #4CC893. Grayscale: #626262. Windows color (decimal): -5032084 or 7092147. OLE color: 7092147.
HSL color Cylindrical-coordinate representation of color #B3376C: hue angle of 334.35º 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 #B3376C is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 108 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.30 |
| HSL | 334.35º | 0.53% | 0.46% | - |
| HSV(B) | 334.35º | 0.69% | 0.7% | - |
| XYZ | 22.66 | 13.4 | 15.58 | - |
| YUV | 98.12 | 133.58 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 108 | 0 | 0.69 | 0.40 | 0.30 | 334.35 | 0.53 | 0.46 |
| Hex | B3 | 37 | 6C | 0 | 45 | 28 | 1E | 14E | 35 | 2E |
| Octal | 263 | 67 | 154 | 0 | 105 | 50 | 36 | 516 | 65 | 56 |
| Binary | 10110011 | 110111 | 1101100 | 0 | 1000101 | 101000 | 11110 | 101001110 | 110101 | 101110 |
Color Harmonies of #B3376C
Complementary color
Monochromatic Colors of #B3376C
Black with #B3376C
Text Example
Text Example
White with #B3376C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3376C; }
p { color: rgb(179,55,108); }
H1.HeaderClassName
{
color: #B3376C;
}
.AnyTagClassName
{
color: #B3376C;
}
</style>
background-color css
<style>
a { background-color: #B3376C; }
a { background-color: rgb(179,55,108); }
div.DivClassName
{
background-color: #B3376C;
}
.BgClassName
{
background-color: #B3376C;
}
</style>
border-color css
<style>
span { border-color: #B3376C; }
span { border-color: rgb(179,55,108); }
td.TdClassName
{
border-color: #B3376C;
}
.TagClassName
{
border-color: #B3376C;
}
</style>