Shades of Rouge #B03F5E
Tints of Rouge #B03F5E
RGB
CMYK
RGB Variations
Color information
#B03F5E (or 0xB03F5E) is known color: Rouge. HEX triplet: B0, 3F and 5E. RGB value is (176,63,94). Sum of RGB (Red+Green+Blue) = 176+63+94=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F5E is #4FC0A1. Grayscale: #646464. Windows color (decimal): -5226658 or 6176688. OLE color: 6176688.
HSL color Cylindrical-coordinate representation of color #B03F5E: hue angle of 343.54º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B03F5E is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 94 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.31 |
| HSL | 343.54º | 0.47% | 0.47% | - |
| HSV(B) | 343.54º | 0.64% | 0.69% | - |
| XYZ | 21.7 | 13.59 | 12.07 | - |
| YUV | 100.32 | 124.44 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 94 | 0 | 0.64 | 0.47 | 0.31 | 343.54 | 0.47 | 0.47 |
| Hex | B0 | 3F | 5E | 0 | 40 | 2F | 1F | 158 | 2F | 2F |
| Octal | 260 | 77 | 136 | 0 | 100 | 57 | 37 | 530 | 57 | 57 |
| Binary | 10110000 | 111111 | 1011110 | 0 | 1000000 | 101111 | 11111 | 101011000 | 101111 | 101111 |
Color Harmonies of #B03F5E
Complementary color
Monochromatic Colors of #B03F5E
Black with #B03F5E
Text Example
Text Example
White with #B03F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F5E; }
p { color: rgb(176,63,94); }
H1.HeaderClassName
{
color: #B03F5E;
}
.AnyTagClassName
{
color: #B03F5E;
}
</style>
background-color css
<style>
a { background-color: #B03F5E; }
a { background-color: rgb(176,63,94); }
div.DivClassName
{
background-color: #B03F5E;
}
.BgClassName
{
background-color: #B03F5E;
}
</style>
border-color css
<style>
span { border-color: #B03F5E; }
span { border-color: rgb(176,63,94); }
td.TdClassName
{
border-color: #B03F5E;
}
.TagClassName
{
border-color: #B03F5E;
}
</style>