Shades of Rouge #B03659
Tints of Rouge #B03659
RGB
CMYK
RGB Variations
Color information
#B03659 (or 0xB03659) is known color: Rouge. HEX triplet: B0, 36 and 59. RGB value is (176,54,89). Sum of RGB (Red+Green+Blue) = 176+54+89=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B03659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03659 is #4FC9A6. Grayscale: #5E5E5E. Windows color (decimal): -5228967 or 5846704. OLE color: 5846704.
HSL color Cylindrical-coordinate representation of color #B03659: hue angle of 342.79º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B03659 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 89 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.31 |
| HSL | 342.79º | 0.53% | 0.45% | - |
| HSV(B) | 342.79º | 0.69% | 0.69% | - |
| XYZ | 21.03 | 12.59 | 10.77 | - |
| YUV | 94.47 | 124.92 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 89 | 0 | 0.69 | 0.49 | 0.31 | 342.79 | 0.53 | 0.45 |
| Hex | B0 | 36 | 59 | 0 | 45 | 31 | 1F | 157 | 35 | 2D |
| Octal | 260 | 66 | 131 | 0 | 105 | 61 | 37 | 527 | 65 | 55 |
| Binary | 10110000 | 110110 | 1011001 | 0 | 1000101 | 110001 | 11111 | 101010111 | 110101 | 101101 |
Color Harmonies of #B03659
Complementary color
Monochromatic Colors of #B03659
Black with #B03659
Text Example
Text Example
White with #B03659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03659; }
p { color: rgb(176,54,89); }
H1.HeaderClassName
{
color: #B03659;
}
.AnyTagClassName
{
color: #B03659;
}
</style>
background-color css
<style>
a { background-color: #B03659; }
a { background-color: rgb(176,54,89); }
div.DivClassName
{
background-color: #B03659;
}
.BgClassName
{
background-color: #B03659;
}
</style>
border-color css
<style>
span { border-color: #B03659; }
span { border-color: rgb(176,54,89); }
td.TdClassName
{
border-color: #B03659;
}
.TagClassName
{
border-color: #B03659;
}
</style>