Shades of Rouge #B03964
Tints of Rouge #B03964
RGB
CMYK
RGB Variations
Color information
#B03964 (or 0xB03964) is known color: Rouge. HEX triplet: B0, 39 and 64. RGB value is (176,57,100). Sum of RGB (Red+Green+Blue) = 176+57+100=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B03964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03964 is #4FC69B. Grayscale: #616161. Windows color (decimal): -5228188 or 6568368. OLE color: 6568368.
HSL color Cylindrical-coordinate representation of color #B03964: hue angle of 338.32º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03964 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 100 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.31 |
| HSL | 338.32º | 0.51% | 0.46% | - |
| HSV(B) | 338.32º | 0.68% | 0.69% | - |
| XYZ | 21.67 | 13.08 | 13.44 | - |
| YUV | 97.48 | 129.42 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 100 | 0 | 0.68 | 0.43 | 0.31 | 338.32 | 0.51 | 0.46 |
| Hex | B0 | 39 | 64 | 0 | 44 | 2B | 1F | 152 | 33 | 2E |
| Octal | 260 | 71 | 144 | 0 | 104 | 53 | 37 | 522 | 63 | 56 |
| Binary | 10110000 | 111001 | 1100100 | 0 | 1000100 | 101011 | 11111 | 101010010 | 110011 | 101110 |
Color Harmonies of #B03964
Complementary color
Monochromatic Colors of #B03964
Black with #B03964
Text Example
Text Example
White with #B03964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03964; }
p { color: rgb(176,57,100); }
H1.HeaderClassName
{
color: #B03964;
}
.AnyTagClassName
{
color: #B03964;
}
</style>
background-color css
<style>
a { background-color: #B03964; }
a { background-color: rgb(176,57,100); }
div.DivClassName
{
background-color: #B03964;
}
.BgClassName
{
background-color: #B03964;
}
</style>
border-color css
<style>
span { border-color: #B03964; }
span { border-color: rgb(176,57,100); }
td.TdClassName
{
border-color: #B03964;
}
.TagClassName
{
border-color: #B03964;
}
</style>