Shades of Rouge #B03E66
Tints of Rouge #B03E66
RGB
CMYK
RGB Variations
Color information
#B03E66 (or 0xB03E66) is known color: Rouge. HEX triplet: B0, 3E and 66. RGB value is (176,62,102). Sum of RGB (Red+Green+Blue) = 176+62+102=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 62 (24.61% from 255 or 18.24% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03E66 is #4FC199. Grayscale: #646464. Windows color (decimal): -5226906 or 6700720. OLE color: 6700720.
HSL color Cylindrical-coordinate representation of color #B03E66: hue angle of 338.95º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03E66 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 62 | 102 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.31 |
| HSL | 338.95º | 0.48% | 0.47% | - |
| HSV(B) | 338.95º | 0.65% | 0.69% | - |
| XYZ | 22.03 | 13.63 | 14.04 | - |
| YUV | 100.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 62 | 102 | 0 | 0.65 | 0.42 | 0.31 | 338.95 | 0.48 | 0.47 |
| Hex | B0 | 3E | 66 | 0 | 41 | 2A | 1F | 153 | 30 | 2F |
| Octal | 260 | 76 | 146 | 0 | 101 | 52 | 37 | 523 | 60 | 57 |
| Binary | 10110000 | 111110 | 1100110 | 0 | 1000001 | 101010 | 11111 | 101010011 | 110000 | 101111 |
Color Harmonies of #B03E66
Complementary color
Monochromatic Colors of #B03E66
Black with #B03E66
Text Example
Text Example
White with #B03E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03E66; }
p { color: rgb(176,62,102); }
H1.HeaderClassName
{
color: #B03E66;
}
.AnyTagClassName
{
color: #B03E66;
}
</style>
background-color css
<style>
a { background-color: #B03E66; }
a { background-color: rgb(176,62,102); }
div.DivClassName
{
background-color: #B03E66;
}
.BgClassName
{
background-color: #B03E66;
}
</style>
border-color css
<style>
span { border-color: #B03E66; }
span { border-color: rgb(176,62,102); }
td.TdClassName
{
border-color: #B03E66;
}
.TagClassName
{
border-color: #B03E66;
}
</style>