Shades of Rouge #B3306C
Tints of Rouge #B3306C
RGB
CMYK
RGB Variations
Color information
#B3306C (or 0xB3306C) is known color: Rouge. HEX triplet: B3, 30 and 6C. RGB value is (179,48,108). Sum of RGB (Red+Green+Blue) = 179+48+108=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B3306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3306C is #4CCF93. Grayscale: #5D5D5D. Windows color (decimal): -5033876 or 7090355. OLE color: 7090355.
HSL color Cylindrical-coordinate representation of color #B3306C: hue angle of 332.52º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3306C is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 108 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.30 |
| HSL | 332.52º | 0.58% | 0.45% | - |
| HSV(B) | 332.52º | 0.73% | 0.7% | - |
| XYZ | 22.35 | 12.78 | 15.48 | - |
| YUV | 94.01 | 135.9 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 108 | 0 | 0.73 | 0.40 | 0.30 | 332.52 | 0.58 | 0.45 |
| Hex | B3 | 30 | 6C | 0 | 49 | 28 | 1E | 14D | 3A | 2D |
| Octal | 263 | 60 | 154 | 0 | 111 | 50 | 36 | 515 | 72 | 55 |
| Binary | 10110011 | 110000 | 1101100 | 0 | 1001001 | 101000 | 11110 | 101001101 | 111010 | 101101 |
Color Harmonies of #B3306C
Complementary color
Monochromatic Colors of #B3306C
Black with #B3306C
Text Example
Text Example
White with #B3306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3306C; }
p { color: rgb(179,48,108); }
H1.HeaderClassName
{
color: #B3306C;
}
.AnyTagClassName
{
color: #B3306C;
}
</style>
background-color css
<style>
a { background-color: #B3306C; }
a { background-color: rgb(179,48,108); }
div.DivClassName
{
background-color: #B3306C;
}
.BgClassName
{
background-color: #B3306C;
}
</style>
border-color css
<style>
span { border-color: #B3306C; }
span { border-color: rgb(179,48,108); }
td.TdClassName
{
border-color: #B3306C;
}
.TagClassName
{
border-color: #B3306C;
}
</style>