#B22E5B

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

Shades of Rouge #B22E5B

Tints of Rouge #B22E5B

Color information

#B22E5B (or 0xB22E5B) is unknown color: approx Rouge. HEX triplet: B2, 2E and 5B. RGB value is (178,46,91). Sum of RGB (Red+Green+Blue) = 178+46+91=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22E5B is #4DD1A4. Grayscale: #5A5A5A. Windows color (decimal): -5099941 or 5975730. OLE color: 5975730.

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

Color convert

RGB1784691-
CMYK00.740.490.30
HSL339.55º58.93%43.92%-
HSV(B)339.55º74.16%69.8%-
XYZ21.2312.1711.13-
YUV90.6128.23190.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 46 (18.36% from 255) = 14.60%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=56.51%
G=14.60%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178469100.740.490.30339.5558.9343.92
HexB22E5B04A311E1543b2c
Octal26256133011261365247354
Binary1011001010111010110110100101011000111110101010100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22E5B; }

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

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

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

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

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

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

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

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