Shades of Rouge #B3386D
Tints of Rouge #B3386D
RGB
CMYK
RGB Variations
Color information
#B3386D (or 0xB3386D) is known color: Rouge. HEX triplet: B3, 38 and 6D. RGB value is (179,56,109). Sum of RGB (Red+Green+Blue) = 179+56+109=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3386D is #4CC792. Grayscale: #626262. Windows color (decimal): -5031827 or 7157939. OLE color: 7157939.
HSL color Cylindrical-coordinate representation of color #B3386D: hue angle of 334.15º degrees, saturation: 0.52, 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 #B3386D is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 109 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.30 |
| HSL | 334.15º | 0.52% | 0.46% | - |
| HSV(B) | 334.15º | 0.69% | 0.7% | - |
| XYZ | 22.76 | 13.52 | 15.88 | - |
| YUV | 98.82 | 133.75 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 109 | 0 | 0.69 | 0.39 | 0.30 | 334.15 | 0.52 | 0.46 |
| Hex | B3 | 38 | 6D | 0 | 45 | 27 | 1E | 14E | 34 | 2E |
| Octal | 263 | 70 | 155 | 0 | 105 | 47 | 36 | 516 | 64 | 56 |
| Binary | 10110011 | 111000 | 1101101 | 0 | 1000101 | 100111 | 11110 | 101001110 | 110100 | 101110 |
Color Harmonies of #B3386D
Complementary color
Monochromatic Colors of #B3386D
Black with #B3386D
Text Example
Text Example
White with #B3386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3386D; }
p { color: rgb(179,56,109); }
H1.HeaderClassName
{
color: #B3386D;
}
.AnyTagClassName
{
color: #B3386D;
}
</style>
background-color css
<style>
a { background-color: #B3386D; }
a { background-color: rgb(179,56,109); }
div.DivClassName
{
background-color: #B3386D;
}
.BgClassName
{
background-color: #B3386D;
}
</style>
border-color css
<style>
span { border-color: #B3386D; }
span { border-color: rgb(179,56,109); }
td.TdClassName
{
border-color: #B3386D;
}
.TagClassName
{
border-color: #B3386D;
}
</style>