Shades of Rouge #B03259
Tints of Rouge #B03259
RGB
CMYK
RGB Variations
Color information
#B03259 (or 0xB03259) is known color: Rouge. HEX triplet: B0, 32 and 59. RGB value is (176,50,89). Sum of RGB (Red+Green+Blue) = 176+50+89=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B03259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03259 is #4FCDA6. Grayscale: #5C5C5C. Windows color (decimal): -5229991 or 5845680. OLE color: 5845680.
HSL color Cylindrical-coordinate representation of color #B03259: hue angle of 341.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03259 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 89 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.31 |
| HSL | 341.43º | 0.56% | 0.44% | - |
| HSV(B) | 341.43º | 0.72% | 0.69% | - |
| XYZ | 20.85 | 12.23 | 10.71 | - |
| YUV | 92.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 89 | 0 | 0.72 | 0.49 | 0.31 | 341.43 | 0.56 | 0.44 |
| Hex | B0 | 32 | 59 | 0 | 48 | 31 | 1F | 155 | 38 | 2C |
| Octal | 260 | 62 | 131 | 0 | 110 | 61 | 37 | 525 | 70 | 54 |
| Binary | 10110000 | 110010 | 1011001 | 0 | 1001000 | 110001 | 11111 | 101010101 | 111000 | 101100 |
Color Harmonies of #B03259
Complementary color
Monochromatic Colors of #B03259
Black with #B03259
Text Example
Text Example
White with #B03259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03259; }
p { color: rgb(176,50,89); }
H1.HeaderClassName
{
color: #B03259;
}
.AnyTagClassName
{
color: #B03259;
}
</style>
background-color css
<style>
a { background-color: #B03259; }
a { background-color: rgb(176,50,89); }
div.DivClassName
{
background-color: #B03259;
}
.BgClassName
{
background-color: #B03259;
}
</style>
border-color css
<style>
span { border-color: #B03259; }
span { border-color: rgb(176,50,89); }
td.TdClassName
{
border-color: #B03259;
}
.TagClassName
{
border-color: #B03259;
}
</style>