Shades of Rouge #B03764
Tints of Rouge #B03764
RGB
CMYK
RGB Variations
Color information
#B03764 (or 0xB03764) is known color: Rouge. HEX triplet: B0, 37 and 64. RGB value is (176,55,100). Sum of RGB (Red+Green+Blue) = 176+55+100=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B03764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03764 is #4FC89B. Grayscale: #606060. Windows color (decimal): -5228700 or 6567856. OLE color: 6567856.
HSL color Cylindrical-coordinate representation of color #B03764: hue angle of 337.69º degrees, saturation: 0.52, 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 #B03764 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 100 | - |
| CMYK | 0 | 0.69 | 0.43 | 0.31 |
| HSL | 337.69º | 0.52% | 0.45% | - |
| HSV(B) | 337.69º | 0.69% | 0.69% | - |
| XYZ | 21.57 | 12.88 | 13.41 | - |
| YUV | 96.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 100 | 0 | 0.69 | 0.43 | 0.31 | 337.69 | 0.52 | 0.45 |
| Hex | B0 | 37 | 64 | 0 | 45 | 2B | 1F | 152 | 34 | 2D |
| Octal | 260 | 67 | 144 | 0 | 105 | 53 | 37 | 522 | 64 | 55 |
| Binary | 10110000 | 110111 | 1100100 | 0 | 1000101 | 101011 | 11111 | 101010010 | 110100 | 101101 |
Color Harmonies of #B03764
Complementary color
Monochromatic Colors of #B03764
Black with #B03764
Text Example
Text Example
White with #B03764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03764; }
p { color: rgb(176,55,100); }
H1.HeaderClassName
{
color: #B03764;
}
.AnyTagClassName
{
color: #B03764;
}
</style>
background-color css
<style>
a { background-color: #B03764; }
a { background-color: rgb(176,55,100); }
div.DivClassName
{
background-color: #B03764;
}
.BgClassName
{
background-color: #B03764;
}
</style>
border-color css
<style>
span { border-color: #B03764; }
span { border-color: rgb(176,55,100); }
td.TdClassName
{
border-color: #B03764;
}
.TagClassName
{
border-color: #B03764;
}
</style>