#B43559

Color #B43559 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #B43559

Tints of Rouge #B43559

Color information

#B43559 (or 0xB43559) is unknown color: approx Rouge. HEX triplet: B4, 35 and 59. RGB value is (180,53,89). Sum of RGB (Red+Green+Blue) = 180+53+89=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B43559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43559 is #4BCAA6. Grayscale: #5F5F5F. Windows color (decimal): -4967079 or 5846452. OLE color: 5846452.

HSL color Cylindrical-coordinate representation of color #B43559: hue angle of 342.99º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43559 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB1805389-
CMYK00.710.510.29
HSL342.99º54.51%45.69%-
HSV(B)342.99º70.56%70.59%-
XYZ21.912.9710.8-
YUV95.08124.58188.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 55.90%
GREEN value IS 53 (21.09% from 255) = 16.46%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=55.90%
G=16.46%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180538900.710.510.29342.9954.5145.69
HexB43559047331D157372e
Octal26465131010763355276756
Binary1011010011010110110010100011111001111101101010111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43559; }

 p { color: rgb(180,53,89); }

 H1.HeaderClassName
 {
   color: #B43559;
 }
 .AnyTagClassName
 {
   color: #B43559;
 }
</style>
background-color css

<style>
 a { background-color: #B43559; }

 a { background-color: rgb(180,53,89); }

 div.DivClassName
 {
   background-color: #B43559;
 }
 .BgClassName
 {
   background-color: #B43559;
 }
</style>
border-color css

<style>
 span { border-color: #B43559; }

 span { border-color: rgb(180,53,89); }

 td.TdClassName
 {
   border-color: #B43559;
 }
 .TagClassName
 {
   border-color: #B43559;
 }
</style>