Shades of Rouge #B3386B
Tints of Rouge #B3386B
RGB
CMYK
RGB Variations
Color information
#B3386B (or 0xB3386B) is known color: Rouge. HEX triplet: B3, 38 and 6B. RGB value is (179,56,107). Sum of RGB (Red+Green+Blue) = 179+56+107=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3386B is #4CC794. Grayscale: #626262. Windows color (decimal): -5031829 or 7026867. OLE color: 7026867.
HSL color Cylindrical-coordinate representation of color #B3386B: hue angle of 335.12º 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 #B3386B is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 107 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.30 |
| HSL | 335.12º | 0.52% | 0.46% | - |
| HSV(B) | 335.12º | 0.69% | 0.7% | - |
| XYZ | 22.66 | 13.47 | 15.32 | - |
| YUV | 98.59 | 132.75 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 107 | 0 | 0.69 | 0.40 | 0.30 | 335.12 | 0.52 | 0.46 |
| Hex | B3 | 38 | 6B | 0 | 45 | 28 | 1E | 14F | 34 | 2E |
| Octal | 263 | 70 | 153 | 0 | 105 | 50 | 36 | 517 | 64 | 56 |
| Binary | 10110011 | 111000 | 1101011 | 0 | 1000101 | 101000 | 11110 | 101001111 | 110100 | 101110 |
Color Harmonies of #B3386B
Complementary color
Monochromatic Colors of #B3386B
Black with #B3386B
Text Example
Text Example
White with #B3386B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3386B; }
p { color: rgb(179,56,107); }
H1.HeaderClassName
{
color: #B3386B;
}
.AnyTagClassName
{
color: #B3386B;
}
</style>
background-color css
<style>
a { background-color: #B3386B; }
a { background-color: rgb(179,56,107); }
div.DivClassName
{
background-color: #B3386B;
}
.BgClassName
{
background-color: #B3386B;
}
</style>
border-color css
<style>
span { border-color: #B3386B; }
span { border-color: rgb(179,56,107); }
td.TdClassName
{
border-color: #B3386B;
}
.TagClassName
{
border-color: #B3386B;
}
</style>