Shades of Rouge #B63262
Tints of Rouge #B63262
RGB
CMYK
RGB Variations
Color information
#B63262 (or 0xB63262) is known color: Rouge. HEX triplet: B6, 32 and 62. RGB value is (182,50,98). Sum of RGB (Red+Green+Blue) = 182+50+98=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B63262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63262 is #49CD9D. Grayscale: #5E5E5E. Windows color (decimal): -4836766 or 6435510. OLE color: 6435510.
HSL color Cylindrical-coordinate representation of color #B63262: hue angle of 338.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63262 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 98 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.29 |
| HSL | 338.18º | 0.57% | 0.45% | - |
| HSV(B) | 338.18º | 0.73% | 0.71% | - |
| XYZ | 22.64 | 13.11 | 12.89 | - |
| YUV | 94.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 98 | 0 | 0.73 | 0.46 | 0.29 | 338.18 | 0.57 | 0.45 |
| Hex | B6 | 32 | 62 | 0 | 49 | 2E | 1D | 152 | 39 | 2D |
| Octal | 266 | 62 | 142 | 0 | 111 | 56 | 35 | 522 | 71 | 55 |
| Binary | 10110110 | 110010 | 1100010 | 0 | 1001001 | 101110 | 11101 | 101010010 | 111001 | 101101 |
Color Harmonies of #B63262
Complementary color
Monochromatic Colors of #B63262
Black with #B63262
Text Example
Text Example
White with #B63262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63262; }
p { color: rgb(182,50,98); }
H1.HeaderClassName
{
color: #B63262;
}
.AnyTagClassName
{
color: #B63262;
}
</style>
background-color css
<style>
a { background-color: #B63262; }
a { background-color: rgb(182,50,98); }
div.DivClassName
{
background-color: #B63262;
}
.BgClassName
{
background-color: #B63262;
}
</style>
border-color css
<style>
span { border-color: #B63262; }
span { border-color: rgb(182,50,98); }
td.TdClassName
{
border-color: #B63262;
}
.TagClassName
{
border-color: #B63262;
}
</style>