Shades of Rouge #B03471
Tints of Rouge #B03471
RGB
CMYK
RGB Variations
Color information
#B03471 (or 0xB03471) is known color: Rouge. HEX triplet: B0, 34 and 71. RGB value is (176,52,113). Sum of RGB (Red+Green+Blue) = 176+52+113=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B03471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03471 is #4FCB8E. Grayscale: #5F5F5F. Windows color (decimal): -5229455 or 7419056. OLE color: 7419056.
HSL color Cylindrical-coordinate representation of color #B03471: hue angle of 330.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03471 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 113 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.31 |
| HSL | 330.48º | 0.54% | 0.45% | - |
| HSV(B) | 330.48º | 0.7% | 0.69% | - |
| XYZ | 22.11 | 12.88 | 16.94 | - |
| YUV | 96.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 113 | 0 | 0.70 | 0.36 | 0.31 | 330.48 | 0.54 | 0.45 |
| Hex | B0 | 34 | 71 | 0 | 46 | 24 | 1F | 14A | 36 | 2D |
| Octal | 260 | 64 | 161 | 0 | 106 | 44 | 37 | 512 | 66 | 55 |
| Binary | 10110000 | 110100 | 1110001 | 0 | 1000110 | 100100 | 11111 | 101001010 | 110110 | 101101 |
Color Harmonies of #B03471
Complementary color
Monochromatic Colors of #B03471
Black with #B03471
Text Example
Text Example
White with #B03471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03471; }
p { color: rgb(176,52,113); }
H1.HeaderClassName
{
color: #B03471;
}
.AnyTagClassName
{
color: #B03471;
}
</style>
background-color css
<style>
a { background-color: #B03471; }
a { background-color: rgb(176,52,113); }
div.DivClassName
{
background-color: #B03471;
}
.BgClassName
{
background-color: #B03471;
}
</style>
border-color css
<style>
span { border-color: #B03471; }
span { border-color: rgb(176,52,113); }
td.TdClassName
{
border-color: #B03471;
}
.TagClassName
{
border-color: #B03471;
}
</style>