#B43560

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

Shades of Rouge #B43560

Tints of Rouge #B43560

Color information

#B43560 (or 0xB43560) is unknown color: approx Rouge. HEX triplet: B4, 35 and 60. RGB value is (180,53,96). Sum of RGB (Red+Green+Blue) = 180+53+96=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B43560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43560 is #4BCA9F. Grayscale: #5F5F5F. Windows color (decimal): -4967072 or 6305204. OLE color: 6305204.

HSL color Cylindrical-coordinate representation of color #B43560: hue angle of 339.69º 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 #B43560 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB1805396-
CMYK00.710.470.29
HSL339.69º54.51%45.69%-
HSV(B)339.69º70.56%70.59%-
XYZ22.2113.0912.42-
YUV95.88128.08188-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.71%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=54.71%
G=16.11%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180539600.710.470.29339.6954.5145.69
HexB435600472F1D154372e
Octal26465140010757355246756
Binary1011010011010111000000100011110111111101101010100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43560; }

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

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

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

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

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

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

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

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