Shades of Rouge #B03F61
Tints of Rouge #B03F61
RGB
CMYK
RGB Variations
Color information
#B03F61 (or 0xB03F61) is known color: Rouge. HEX triplet: B0, 3F and 61. RGB value is (176,63,97). Sum of RGB (Red+Green+Blue) = 176+63+97=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03F61 is #4FC09E. Grayscale: #646464. Windows color (decimal): -5226655 or 6373296. OLE color: 6373296.
HSL color Cylindrical-coordinate representation of color #B03F61: hue angle of 341.95º 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 #B03F61 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 97 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.31 |
| HSL | 341.95º | 0.47% | 0.47% | - |
| HSV(B) | 341.95º | 0.64% | 0.69% | - |
| XYZ | 21.84 | 13.65 | 12.79 | - |
| YUV | 100.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 97 | 0 | 0.64 | 0.45 | 0.31 | 341.95 | 0.47 | 0.47 |
| Hex | B0 | 3F | 61 | 0 | 40 | 2D | 1F | 156 | 2F | 2F |
| Octal | 260 | 77 | 141 | 0 | 100 | 55 | 37 | 526 | 57 | 57 |
| Binary | 10110000 | 111111 | 1100001 | 0 | 1000000 | 101101 | 11111 | 101010110 | 101111 | 101111 |
Color Harmonies of #B03F61
Complementary color
Monochromatic Colors of #B03F61
Black with #B03F61
Text Example
Text Example
White with #B03F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F61; }
p { color: rgb(176,63,97); }
H1.HeaderClassName
{
color: #B03F61;
}
.AnyTagClassName
{
color: #B03F61;
}
</style>
background-color css
<style>
a { background-color: #B03F61; }
a { background-color: rgb(176,63,97); }
div.DivClassName
{
background-color: #B03F61;
}
.BgClassName
{
background-color: #B03F61;
}
</style>
border-color css
<style>
span { border-color: #B03F61; }
span { border-color: rgb(176,63,97); }
td.TdClassName
{
border-color: #B03F61;
}
.TagClassName
{
border-color: #B03F61;
}
</style>