Shades of Rouge #B43759
Tints of Rouge #B43759
RGB
CMYK
RGB Variations
Color information
#B43759 (or 0xB43759) is known color: Rouge. HEX triplet: B4, 37 and 59. RGB value is (180,55,89). Sum of RGB (Red+Green+Blue) = 180+55+89=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B43759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43759 is #4BC8A6. Grayscale: #606060. Windows color (decimal): -4966567 or 5846964. OLE color: 5846964.
HSL color Cylindrical-coordinate representation of color #B43759: hue angle of 343.68º 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 #B43759 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 55 | 89 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.29 |
| HSL | 343.68º | 0.53% | 0.46% | - |
| HSV(B) | 343.68º | 0.69% | 0.71% | - |
| XYZ | 21.99 | 13.16 | 10.83 | - |
| YUV | 96.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 89 | 0 | 0.69 | 0.51 | 0.29 | 343.68 | 0.53 | 0.46 |
| Hex | B4 | 37 | 59 | 0 | 45 | 33 | 1D | 158 | 35 | 2E |
| Octal | 264 | 67 | 131 | 0 | 105 | 63 | 35 | 530 | 65 | 56 |
| Binary | 10110100 | 110111 | 1011001 | 0 | 1000101 | 110011 | 11101 | 101011000 | 110101 | 101110 |
Color Harmonies of #B43759
Complementary color
Monochromatic Colors of #B43759
Black with #B43759
Text Example
Text Example
White with #B43759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43759; }
p { color: rgb(180,55,89); }
H1.HeaderClassName
{
color: #B43759;
}
.AnyTagClassName
{
color: #B43759;
}
</style>
background-color css
<style>
a { background-color: #B43759; }
a { background-color: rgb(180,55,89); }
div.DivClassName
{
background-color: #B43759;
}
.BgClassName
{
background-color: #B43759;
}
</style>
border-color css
<style>
span { border-color: #B43759; }
span { border-color: rgb(180,55,89); }
td.TdClassName
{
border-color: #B43759;
}
.TagClassName
{
border-color: #B43759;
}
</style>