#B43B5F

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

Shades of Rouge #B43B5F

Tints of Rouge #B43B5F

Color information

#B43B5F (or 0xB43B5F) is unknown color: approx Rouge. HEX triplet: B4, 3B and 5F. RGB value is (180,59,95). Sum of RGB (Red+Green+Blue) = 180+59+95=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43B5F is #4BC4A0. Grayscale: #636363. Windows color (decimal): -4965537 or 6241204. OLE color: 6241204.

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

Color convert

RGB1805995-
CMYK00.670.470.29
HSL342.15º50.63%46.86%-
HSV(B)342.15º67.22%70.59%-
XYZ22.4513.6612.28-
YUV99.28125.59185.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.89%
GREEN value IS 59 (23.44% from 255) = 17.66%
BLUE value IS 95 (37.5% from 255) = 28.44%
R=53.89%
G=17.66%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180599500.670.470.29342.1550.6346.86
HexB43B5F0432F1D156332f
Octal26473137010357355266357
Binary1011010011101110111110100001110111111101101010110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43B5F; }

 p { color: rgb(180,59,95); }

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

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

 a { background-color: rgb(180,59,95); }

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

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

 span { border-color: rgb(180,59,95); }

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