Shades of Rouge #B03A63
Tints of Rouge #B03A63
RGB
CMYK
RGB Variations
Color information
#B03A63 (or 0xB03A63) is known color: Rouge. HEX triplet: B0, 3A and 63. RGB value is (176,58,99). Sum of RGB (Red+Green+Blue) = 176+58+99=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03A63 is #4FC59C. Grayscale: #616161. Windows color (decimal): -5227933 or 6503088. OLE color: 6503088.
HSL color Cylindrical-coordinate representation of color #B03A63: hue angle of 339.15º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03A63 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 58 | 99 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.31 |
| HSL | 339.15º | 0.5% | 0.46% | - |
| HSV(B) | 339.15º | 0.67% | 0.69% | - |
| XYZ | 21.67 | 13.16 | 13.2 | - |
| YUV | 97.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 58 | 99 | 0 | 0.67 | 0.44 | 0.31 | 339.15 | 0.5 | 0.46 |
| Hex | B0 | 3A | 63 | 0 | 43 | 2C | 1F | 153 | 32 | 2E |
| Octal | 260 | 72 | 143 | 0 | 103 | 54 | 37 | 523 | 62 | 56 |
| Binary | 10110000 | 111010 | 1100011 | 0 | 1000011 | 101100 | 11111 | 101010011 | 110010 | 101110 |
Color Harmonies of #B03A63
Complementary color
Monochromatic Colors of #B03A63
Black with #B03A63
Text Example
Text Example
White with #B03A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03A63; }
p { color: rgb(176,58,99); }
H1.HeaderClassName
{
color: #B03A63;
}
.AnyTagClassName
{
color: #B03A63;
}
</style>
background-color css
<style>
a { background-color: #B03A63; }
a { background-color: rgb(176,58,99); }
div.DivClassName
{
background-color: #B03A63;
}
.BgClassName
{
background-color: #B03A63;
}
</style>
border-color css
<style>
span { border-color: #B03A63; }
span { border-color: rgb(176,58,99); }
td.TdClassName
{
border-color: #B03A63;
}
.TagClassName
{
border-color: #B03A63;
}
</style>