#B42E64

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

Shades of Rouge #B42E64

Tints of Rouge #B42E64

Color information

#B42E64 (or 0xB42E64) is unknown color: approx Rouge. HEX triplet: B4, 2E and 64. RGB value is (180,46,100). Sum of RGB (Red+Green+Blue) = 180+46+100=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42E64 is #4BD19B. Grayscale: #5C5C5C. Windows color (decimal): -4968860 or 6565556. OLE color: 6565556.

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

Color convert

RGB18046100-
CMYK00.740.440.29
HSL335.82º59.29%44.31%-
HSV(B)335.82º74.44%70.59%-
XYZ22.112.5813.32-
YUV92.22132.39190.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=55.21%
G=14.11%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804610000.740.440.29335.8259.2944.31
HexB42E6404A2C1D1503b2c
Octal26456144011254355207354
Binary1011010010111011001000100101010110011101101010000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42E64; }

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

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

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

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

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

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

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

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