Shades of Rouge #B03B64
Tints of Rouge #B03B64
RGB
CMYK
RGB Variations
Color information
#B03B64 (or 0xB03B64) is known color: Rouge. HEX triplet: B0, 3B and 64. RGB value is (176,59,100). Sum of RGB (Red+Green+Blue) = 176+59+100=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B64 is #4FC49B. Grayscale: #626262. Windows color (decimal): -5227676 or 6568880. OLE color: 6568880.
HSL color Cylindrical-coordinate representation of color #B03B64: hue angle of 338.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03B64 is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 100 | - |
| CMYK | 0 | 0.66 | 0.43 | 0.31 |
| HSL | 338.97º | 0.5% | 0.46% | - |
| HSV(B) | 338.97º | 0.66% | 0.69% | - |
| XYZ | 21.77 | 13.28 | 13.47 | - |
| YUV | 98.66 | 128.76 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 100 | 0 | 0.66 | 0.43 | 0.31 | 338.97 | 0.5 | 0.46 |
| Hex | B0 | 3B | 64 | 0 | 42 | 2B | 1F | 153 | 32 | 2E |
| Octal | 260 | 73 | 144 | 0 | 102 | 53 | 37 | 523 | 62 | 56 |
| Binary | 10110000 | 111011 | 1100100 | 0 | 1000010 | 101011 | 11111 | 101010011 | 110010 | 101110 |
Color Harmonies of #B03B64
Complementary color
Monochromatic Colors of #B03B64
Black with #B03B64
Text Example
Text Example
White with #B03B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03B64; }
p { color: rgb(176,59,100); }
H1.HeaderClassName
{
color: #B03B64;
}
.AnyTagClassName
{
color: #B03B64;
}
</style>
background-color css
<style>
a { background-color: #B03B64; }
a { background-color: rgb(176,59,100); }
div.DivClassName
{
background-color: #B03B64;
}
.BgClassName
{
background-color: #B03B64;
}
</style>
border-color css
<style>
span { border-color: #B03B64; }
span { border-color: rgb(176,59,100); }
td.TdClassName
{
border-color: #B03B64;
}
.TagClassName
{
border-color: #B03B64;
}
</style>