Shades of Rouge #B3396B
Tints of Rouge #B3396B
RGB
CMYK
RGB Variations
Color information
#B3396B (or 0xB3396B) is known color: Rouge. HEX triplet: B3, 39 and 6B. RGB value is (179,57,107). Sum of RGB (Red+Green+Blue) = 179+57+107=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3396B is #4CC694. Grayscale: #636363. Windows color (decimal): -5031573 or 7027123. OLE color: 7027123.
HSL color Cylindrical-coordinate representation of color #B3396B: hue angle of 335.41º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B3396B is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 107 | - |
| CMYK | 0 | 0.68 | 0.40 | 0.30 |
| HSL | 335.41º | 0.52% | 0.46% | - |
| HSV(B) | 335.41º | 0.68% | 0.7% | - |
| XYZ | 22.71 | 13.57 | 15.33 | - |
| YUV | 99.18 | 132.42 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 107 | 0 | 0.68 | 0.40 | 0.30 | 335.41 | 0.52 | 0.46 |
| Hex | B3 | 39 | 6B | 0 | 44 | 28 | 1E | 14F | 34 | 2E |
| Octal | 263 | 71 | 153 | 0 | 104 | 50 | 36 | 517 | 64 | 56 |
| Binary | 10110011 | 111001 | 1101011 | 0 | 1000100 | 101000 | 11110 | 101001111 | 110100 | 101110 |
Color Harmonies of #B3396B
Complementary color
Monochromatic Colors of #B3396B
Black with #B3396B
Text Example
Text Example
White with #B3396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3396B; }
p { color: rgb(179,57,107); }
H1.HeaderClassName
{
color: #B3396B;
}
.AnyTagClassName
{
color: #B3396B;
}
</style>
background-color css
<style>
a { background-color: #B3396B; }
a { background-color: rgb(179,57,107); }
div.DivClassName
{
background-color: #B3396B;
}
.BgClassName
{
background-color: #B3396B;
}
</style>
border-color css
<style>
span { border-color: #B3396B; }
span { border-color: rgb(179,57,107); }
td.TdClassName
{
border-color: #B3396B;
}
.TagClassName
{
border-color: #B3396B;
}
</style>