Shades of Rouge #B03366
Tints of Rouge #B03366
RGB
CMYK
RGB Variations
Color information
#B03366 (or 0xB03366) is known color: Rouge. HEX triplet: B0, 33 and 66. RGB value is (176,51,102). Sum of RGB (Red+Green+Blue) = 176+51+102=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B03366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03366 is #4FCC99. Grayscale: #5E5E5E. Windows color (decimal): -5229722 or 6697904. OLE color: 6697904.
HSL color Cylindrical-coordinate representation of color #B03366: hue angle of 335.52º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03366 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 102 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.31 |
| HSL | 335.52º | 0.55% | 0.45% | - |
| HSV(B) | 335.52º | 0.71% | 0.69% | - |
| XYZ | 21.49 | 12.56 | 13.86 | - |
| YUV | 94.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 102 | 0 | 0.71 | 0.42 | 0.31 | 335.52 | 0.55 | 0.45 |
| Hex | B0 | 33 | 66 | 0 | 47 | 2A | 1F | 150 | 37 | 2D |
| Octal | 260 | 63 | 146 | 0 | 107 | 52 | 37 | 520 | 67 | 55 |
| Binary | 10110000 | 110011 | 1100110 | 0 | 1000111 | 101010 | 11111 | 101010000 | 110111 | 101101 |
Color Harmonies of #B03366
Complementary color
Monochromatic Colors of #B03366
Black with #B03366
Text Example
Text Example
White with #B03366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03366; }
p { color: rgb(176,51,102); }
H1.HeaderClassName
{
color: #B03366;
}
.AnyTagClassName
{
color: #B03366;
}
</style>
background-color css
<style>
a { background-color: #B03366; }
a { background-color: rgb(176,51,102); }
div.DivClassName
{
background-color: #B03366;
}
.BgClassName
{
background-color: #B03366;
}
</style>
border-color css
<style>
span { border-color: #B03366; }
span { border-color: rgb(176,51,102); }
td.TdClassName
{
border-color: #B03366;
}
.TagClassName
{
border-color: #B03366;
}
</style>