Shades of Rouge #B43163
Tints of Rouge #B43163
RGB
CMYK
RGB Variations
Color information
#B43163 (or 0xB43163) is known color: Rouge. HEX triplet: B4, 31 and 63. RGB value is (180,49,99). Sum of RGB (Red+Green+Blue) = 180+49+99=328 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.88% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 180 - color contains mainly: red. Hex color #B43163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43163 is #4BCE9C. Grayscale: #5D5D5D. Windows color (decimal): -4968093 or 6500788. OLE color: 6500788.
HSL color Cylindrical-coordinate representation of color #B43163: hue angle of 337.1º 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 #B43163 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 99 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.29 |
| HSL | 337.1º | 0.57% | 0.45% | - |
| HSV(B) | 337.1º | 0.73% | 0.71% | - |
| XYZ | 22.17 | 12.8 | 13.11 | - |
| YUV | 93.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 99 | 0 | 0.73 | 0.45 | 0.29 | 337.1 | 0.57 | 0.45 |
| Hex | B4 | 31 | 63 | 0 | 49 | 2D | 1D | 151 | 39 | 2D |
| Octal | 264 | 61 | 143 | 0 | 111 | 55 | 35 | 521 | 71 | 55 |
| Binary | 10110100 | 110001 | 1100011 | 0 | 1001001 | 101101 | 11101 | 101010001 | 111001 | 101101 |
Color Harmonies of #B43163
Complementary color
Monochromatic Colors of #B43163
Black with #B43163
Text Example
Text Example
White with #B43163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43163; }
p { color: rgb(180,49,99); }
H1.HeaderClassName
{
color: #B43163;
}
.AnyTagClassName
{
color: #B43163;
}
</style>
background-color css
<style>
a { background-color: #B43163; }
a { background-color: rgb(180,49,99); }
div.DivClassName
{
background-color: #B43163;
}
.BgClassName
{
background-color: #B43163;
}
</style>
border-color css
<style>
span { border-color: #B43163; }
span { border-color: rgb(180,49,99); }
td.TdClassName
{
border-color: #B43163;
}
.TagClassName
{
border-color: #B43163;
}
</style>