Shades of Rouge #B03D60
Tints of Rouge #B03D60
RGB
CMYK
RGB Variations
Color information
#B03D60 (or 0xB03D60) is known color: Rouge. HEX triplet: B0, 3D and 60. RGB value is (176,61,96). Sum of RGB (Red+Green+Blue) = 176+61+96=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03D60 is #4FC29F. Grayscale: #636363. Windows color (decimal): -5227168 or 6307248. OLE color: 6307248.
HSL color Cylindrical-coordinate representation of color #B03D60: hue angle of 341.74º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D60 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 96 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.31 |
| HSL | 341.74º | 0.49% | 0.46% | - |
| HSV(B) | 341.74º | 0.65% | 0.69% | - |
| XYZ | 21.68 | 13.41 | 12.51 | - |
| YUV | 99.38 | 126.1 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 96 | 0 | 0.65 | 0.45 | 0.31 | 341.74 | 0.49 | 0.46 |
| Hex | B0 | 3D | 60 | 0 | 41 | 2D | 1F | 156 | 31 | 2E |
| Octal | 260 | 75 | 140 | 0 | 101 | 55 | 37 | 526 | 61 | 56 |
| Binary | 10110000 | 111101 | 1100000 | 0 | 1000001 | 101101 | 11111 | 101010110 | 110001 | 101110 |
Color Harmonies of #B03D60
Complementary color
Monochromatic Colors of #B03D60
Black with #B03D60
Text Example
Text Example
White with #B03D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D60; }
p { color: rgb(176,61,96); }
H1.HeaderClassName
{
color: #B03D60;
}
.AnyTagClassName
{
color: #B03D60;
}
</style>
background-color css
<style>
a { background-color: #B03D60; }
a { background-color: rgb(176,61,96); }
div.DivClassName
{
background-color: #B03D60;
}
.BgClassName
{
background-color: #B03D60;
}
</style>
border-color css
<style>
span { border-color: #B03D60; }
span { border-color: rgb(176,61,96); }
td.TdClassName
{
border-color: #B03D60;
}
.TagClassName
{
border-color: #B03D60;
}
</style>