Shades of Rouge #B03864
Tints of Rouge #B03864
RGB
CMYK
RGB Variations
Color information
#B03864 (or 0xB03864) is known color: Rouge. HEX triplet: B0, 38 and 64. RGB value is (176,56,100). Sum of RGB (Red+Green+Blue) = 176+56+100=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B03864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03864 is #4FC79B. Grayscale: #606060. Windows color (decimal): -5228444 or 6568112. OLE color: 6568112.
HSL color Cylindrical-coordinate representation of color #B03864: hue angle of 338º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03864 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 100 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.31 |
| HSL | 338º | 0.52% | 0.45% | - |
| HSV(B) | 338º | 0.68% | 0.69% | - |
| XYZ | 21.62 | 12.98 | 13.42 | - |
| YUV | 96.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 100 | 0 | 0.68 | 0.43 | 0.31 | 338 | 0.52 | 0.45 |
| Hex | B0 | 38 | 64 | 0 | 44 | 2B | 1F | 152 | 34 | 2D |
| Octal | 260 | 70 | 144 | 0 | 104 | 53 | 37 | 522 | 64 | 55 |
| Binary | 10110000 | 111000 | 1100100 | 0 | 1000100 | 101011 | 11111 | 101010010 | 110100 | 101101 |
Color Harmonies of #B03864
Complementary color
Monochromatic Colors of #B03864
Black with #B03864
Text Example
Text Example
White with #B03864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03864; }
p { color: rgb(176,56,100); }
H1.HeaderClassName
{
color: #B03864;
}
.AnyTagClassName
{
color: #B03864;
}
</style>
background-color css
<style>
a { background-color: #B03864; }
a { background-color: rgb(176,56,100); }
div.DivClassName
{
background-color: #B03864;
}
.BgClassName
{
background-color: #B03864;
}
</style>
border-color css
<style>
span { border-color: #B03864; }
span { border-color: rgb(176,56,100); }
td.TdClassName
{
border-color: #B03864;
}
.TagClassName
{
border-color: #B03864;
}
</style>