Shades of Rouge #B3375D
Tints of Rouge #B3375D
RGB
CMYK
RGB Variations
Color information
#B3375D (or 0xB3375D) is known color: Rouge. HEX triplet: B3, 37 and 5D. RGB value is (179,55,93). Sum of RGB (Red+Green+Blue) = 179+55+93=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B3375D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3375D is #4CC8A2. Grayscale: #606060. Windows color (decimal): -5032099 or 6109107. OLE color: 6109107.
HSL color Cylindrical-coordinate representation of color #B3375D: hue angle of 341.61º 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 #B3375D is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 93 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.30 |
| HSL | 341.61º | 0.53% | 0.46% | - |
| HSV(B) | 341.61º | 0.69% | 0.7% | - |
| XYZ | 21.93 | 13.11 | 11.73 | - |
| YUV | 96.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 93 | 0 | 0.69 | 0.48 | 0.30 | 341.61 | 0.53 | 0.46 |
| Hex | B3 | 37 | 5D | 0 | 45 | 30 | 1E | 156 | 35 | 2E |
| Octal | 263 | 67 | 135 | 0 | 105 | 60 | 36 | 526 | 65 | 56 |
| Binary | 10110011 | 110111 | 1011101 | 0 | 1000101 | 110000 | 11110 | 101010110 | 110101 | 101110 |
Color Harmonies of #B3375D
Complementary color
Monochromatic Colors of #B3375D
Black with #B3375D
Text Example
Text Example
White with #B3375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3375D; }
p { color: rgb(179,55,93); }
H1.HeaderClassName
{
color: #B3375D;
}
.AnyTagClassName
{
color: #B3375D;
}
</style>
background-color css
<style>
a { background-color: #B3375D; }
a { background-color: rgb(179,55,93); }
div.DivClassName
{
background-color: #B3375D;
}
.BgClassName
{
background-color: #B3375D;
}
</style>
border-color css
<style>
span { border-color: #B3375D; }
span { border-color: rgb(179,55,93); }
td.TdClassName
{
border-color: #B3375D;
}
.TagClassName
{
border-color: #B3375D;
}
</style>