#B22E64

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

Shades of Rouge #B22E64

Tints of Rouge #B22E64

Color information

#B22E64 (or 0xB22E64) is unknown color: approx Rouge. HEX triplet: B2, 2E and 64. RGB value is (178,46,100). Sum of RGB (Red+Green+Blue) = 178+46+100=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22E64 is #4DD19B. Grayscale: #5B5B5B. Windows color (decimal): -5099932 or 6565554. OLE color: 6565554.

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

Color convert

RGB17846100-
CMYK00.740.440.30
HSL335.45º58.93%43.92%-
HSV(B)335.45º74.16%69.8%-
XYZ21.6412.3413.3-
YUV91.62132.73189.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.94%
GREEN value IS 46 (18.36% from 255) = 14.20%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=54.94%
G=14.20%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784610000.740.440.30335.4558.9343.92
HexB22E6404A2C1E14f3b2c
Octal26256144011254365177354
Binary1011001010111011001000100101010110011110101001111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22E64; }

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

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

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

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

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

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

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

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