Shades of Rouge #B43859
Tints of Rouge #B43859
RGB
CMYK
RGB Variations
Color information
#B43859 (or 0xB43859) is known color: Rouge. HEX triplet: B4, 38 and 59. RGB value is (180,56,89). Sum of RGB (Red+Green+Blue) = 180+56+89=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B43859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43859 is #4BC7A6. Grayscale: #606060. Windows color (decimal): -4966311 or 5847220. OLE color: 5847220.
HSL color Cylindrical-coordinate representation of color #B43859: hue angle of 344.03º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43859 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 89 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.29 |
| HSL | 344.03º | 0.53% | 0.46% | - |
| HSV(B) | 344.03º | 0.69% | 0.71% | - |
| XYZ | 22.04 | 13.25 | 10.85 | - |
| YUV | 96.84 | 123.58 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 89 | 0 | 0.69 | 0.51 | 0.29 | 344.03 | 0.53 | 0.46 |
| Hex | B4 | 38 | 59 | 0 | 45 | 33 | 1D | 158 | 35 | 2E |
| Octal | 264 | 70 | 131 | 0 | 105 | 63 | 35 | 530 | 65 | 56 |
| Binary | 10110100 | 111000 | 1011001 | 0 | 1000101 | 110011 | 11101 | 101011000 | 110101 | 101110 |
Color Harmonies of #B43859
Complementary color
Monochromatic Colors of #B43859
Black with #B43859
Text Example
Text Example
White with #B43859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43859; }
p { color: rgb(180,56,89); }
H1.HeaderClassName
{
color: #B43859;
}
.AnyTagClassName
{
color: #B43859;
}
</style>
background-color css
<style>
a { background-color: #B43859; }
a { background-color: rgb(180,56,89); }
div.DivClassName
{
background-color: #B43859;
}
.BgClassName
{
background-color: #B43859;
}
</style>
border-color css
<style>
span { border-color: #B43859; }
span { border-color: rgb(180,56,89); }
td.TdClassName
{
border-color: #B43859;
}
.TagClassName
{
border-color: #B43859;
}
</style>