Shades of Rouge #B03965
Tints of Rouge #B03965
RGB
CMYK
RGB Variations
Color information
#B03965 (or 0xB03965) is known color: Rouge. HEX triplet: B0, 39 and 65. RGB value is (176,57,101). Sum of RGB (Red+Green+Blue) = 176+57+101=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B03965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03965 is #4FC69A. Grayscale: #616161. Windows color (decimal): -5228187 or 6633904. OLE color: 6633904.
HSL color Cylindrical-coordinate representation of color #B03965: hue angle of 337.82º 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 #B03965 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 101 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.31 |
| HSL | 337.82º | 0.51% | 0.46% | - |
| HSV(B) | 337.82º | 0.68% | 0.69% | - |
| XYZ | 21.72 | 13.1 | 13.7 | - |
| YUV | 97.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 101 | 0 | 0.68 | 0.43 | 0.31 | 337.82 | 0.51 | 0.46 |
| Hex | B0 | 39 | 65 | 0 | 44 | 2B | 1F | 152 | 33 | 2E |
| Octal | 260 | 71 | 145 | 0 | 104 | 53 | 37 | 522 | 63 | 56 |
| Binary | 10110000 | 111001 | 1100101 | 0 | 1000100 | 101011 | 11111 | 101010010 | 110011 | 101110 |
Color Harmonies of #B03965
Complementary color
Monochromatic Colors of #B03965
Black with #B03965
Text Example
Text Example
White with #B03965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03965; }
p { color: rgb(176,57,101); }
H1.HeaderClassName
{
color: #B03965;
}
.AnyTagClassName
{
color: #B03965;
}
</style>
background-color css
<style>
a { background-color: #B03965; }
a { background-color: rgb(176,57,101); }
div.DivClassName
{
background-color: #B03965;
}
.BgClassName
{
background-color: #B03965;
}
</style>
border-color css
<style>
span { border-color: #B03965; }
span { border-color: rgb(176,57,101); }
td.TdClassName
{
border-color: #B03965;
}
.TagClassName
{
border-color: #B03965;
}
</style>