Shades of Rouge #B3365D
Tints of Rouge #B3365D
RGB
CMYK
RGB Variations
Color information
#B3365D (or 0xB3365D) is known color: Rouge. HEX triplet: B3, 36 and 5D. RGB value is (179,54,93). Sum of RGB (Red+Green+Blue) = 179+54+93=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3365D is #4CC9A2. Grayscale: #5F5F5F. Windows color (decimal): -5032355 or 6108851. OLE color: 6108851.
HSL color Cylindrical-coordinate representation of color #B3365D: hue angle of 341.28º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3365D is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 93 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.30 |
| HSL | 341.28º | 0.54% | 0.46% | - |
| HSV(B) | 341.28º | 0.7% | 0.7% | - |
| XYZ | 21.89 | 13.01 | 11.71 | - |
| YUV | 95.82 | 126.41 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 93 | 0 | 0.70 | 0.48 | 0.30 | 341.28 | 0.54 | 0.46 |
| Hex | B3 | 36 | 5D | 0 | 46 | 30 | 1E | 155 | 36 | 2E |
| Octal | 263 | 66 | 135 | 0 | 106 | 60 | 36 | 525 | 66 | 56 |
| Binary | 10110011 | 110110 | 1011101 | 0 | 1000110 | 110000 | 11110 | 101010101 | 110110 | 101110 |
Color Harmonies of #B3365D
Complementary color
Monochromatic Colors of #B3365D
Black with #B3365D
Text Example
Text Example
White with #B3365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3365D; }
p { color: rgb(179,54,93); }
H1.HeaderClassName
{
color: #B3365D;
}
.AnyTagClassName
{
color: #B3365D;
}
</style>
background-color css
<style>
a { background-color: #B3365D; }
a { background-color: rgb(179,54,93); }
div.DivClassName
{
background-color: #B3365D;
}
.BgClassName
{
background-color: #B3365D;
}
</style>
border-color css
<style>
span { border-color: #B3365D; }
span { border-color: rgb(179,54,93); }
td.TdClassName
{
border-color: #B3365D;
}
.TagClassName
{
border-color: #B3365D;
}
</style>