Shades of Rouge #BE3363
Tints of Rouge #BE3363
RGB
CMYK
RGB Variations
Color information
#BE3363 (or 0xBE3363) is known color: Rouge. HEX triplet: BE, 33 and 63. RGB value is (190,51,99). Sum of RGB (Red+Green+Blue) = 190+51+99=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3363 is #41CC9C. Grayscale: #616161. Windows color (decimal): -4312221 or 6501310. OLE color: 6501310.
HSL color Cylindrical-coordinate representation of color #BE3363: hue angle of 339.28º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3363 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 51 | 99 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.25 |
| HSL | 339.28º | 0.58% | 0.47% | - |
| HSV(B) | 339.28º | 0.73% | 0.75% | - |
| XYZ | 24.67 | 14.22 | 13.25 | - |
| YUV | 98.03 | 128.55 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 51 | 99 | 0 | 0.73 | 0.48 | 0.25 | 339.28 | 0.58 | 0.47 |
| Hex | BE | 33 | 63 | 0 | 49 | 30 | 19 | 153 | 3A | 2F |
| Octal | 276 | 63 | 143 | 0 | 111 | 60 | 31 | 523 | 72 | 57 |
| Binary | 10111110 | 110011 | 1100011 | 0 | 1001001 | 110000 | 11001 | 101010011 | 111010 | 101111 |
Color Harmonies of #BE3363
Complementary color
Monochromatic Colors of #BE3363
Black with #BE3363
Text Example
Text Example
White with #BE3363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3363; }
p { color: rgb(190,51,99); }
H1.HeaderClassName
{
color: #BE3363;
}
.AnyTagClassName
{
color: #BE3363;
}
</style>
background-color css
<style>
a { background-color: #BE3363; }
a { background-color: rgb(190,51,99); }
div.DivClassName
{
background-color: #BE3363;
}
.BgClassName
{
background-color: #BE3363;
}
</style>
border-color css
<style>
span { border-color: #BE3363; }
span { border-color: rgb(190,51,99); }
td.TdClassName
{
border-color: #BE3363;
}
.TagClassName
{
border-color: #BE3363;
}
</style>