Shades of Rouge #B3306F
Tints of Rouge #B3306F
RGB
CMYK
RGB Variations
Color information
#B3306F (or 0xB3306F) is known color: Rouge. HEX triplet: B3, 30 and 6F. RGB value is (179,48,111). Sum of RGB (Red+Green+Blue) = 179+48+111=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3306F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3306F is #4CCF90. Grayscale: #5E5E5E. Windows color (decimal): -5033873 or 7286963. OLE color: 7286963.
HSL color Cylindrical-coordinate representation of color #B3306F: hue angle of 331.15º 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 #B3306F is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 111 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.30 |
| HSL | 331.15º | 0.58% | 0.45% | - |
| HSV(B) | 331.15º | 0.73% | 0.7% | - |
| XYZ | 22.52 | 12.85 | 16.33 | - |
| YUV | 94.35 | 137.4 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 111 | 0 | 0.73 | 0.38 | 0.30 | 331.15 | 0.58 | 0.45 |
| Hex | B3 | 30 | 6F | 0 | 49 | 26 | 1E | 14B | 3A | 2D |
| Octal | 263 | 60 | 157 | 0 | 111 | 46 | 36 | 513 | 72 | 55 |
| Binary | 10110011 | 110000 | 1101111 | 0 | 1001001 | 100110 | 11110 | 101001011 | 111010 | 101101 |
Color Harmonies of #B3306F
Complementary color
Monochromatic Colors of #B3306F
Black with #B3306F
Text Example
Text Example
White with #B3306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3306F; }
p { color: rgb(179,48,111); }
H1.HeaderClassName
{
color: #B3306F;
}
.AnyTagClassName
{
color: #B3306F;
}
</style>
background-color css
<style>
a { background-color: #B3306F; }
a { background-color: rgb(179,48,111); }
div.DivClassName
{
background-color: #B3306F;
}
.BgClassName
{
background-color: #B3306F;
}
</style>
border-color css
<style>
span { border-color: #B3306F; }
span { border-color: rgb(179,48,111); }
td.TdClassName
{
border-color: #B3306F;
}
.TagClassName
{
border-color: #B3306F;
}
</style>