#b42e5d

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

Shades of Rouge #B42E5D

Tints of Rouge #B42E5D

Color information

#B42E5D (or 0xB42E5D) is unknown color: approx Rouge. HEX triplet: B4, 2E and 5D. RGB value is (180,46,93). Sum of RGB (Red+Green+Blue) = 180+46+93=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E5D is #4BD1A2. Grayscale: #5B5B5B. Windows color (decimal): -4968867 or 6106804. OLE color: 6106804.

HSL color Cylindrical-coordinate representation of color #B42E5D: hue angle of 338.96º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42E5D is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1804693-
CMYK00.740.480.29
HSL338.96º59.29%44.31%-
HSV(B)338.96º74.44%70.59%-
XYZ21.7812.4511.61-
YUV91.42128.89191.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 46 (18.36% from 255) = 14.42%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=56.43%
G=14.42%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180469300.740.480.29338.9659.2944.31
HexB42E5D04A301D1533b2c
Octal26456135011260355237354
Binary1011010010111010111010100101011000011101101010011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42e5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42e5d; }

 p { color: rgb(180,46,93); }

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

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

 a { background-color: rgb(180,46,93); }

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

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

 span { border-color: rgb(180,46,93); }

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