#B22E5D

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

Shades of Rouge #B22E5D

Tints of Rouge #B22E5D

Color information

#B22E5D (or 0xB22E5D) is unknown color: approx Rouge. HEX triplet: B2, 2E and 5D. RGB value is (178,46,93). Sum of RGB (Red+Green+Blue) = 178+46+93=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B22E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22E5D is #4DD1A2. Grayscale: #5A5A5A. Windows color (decimal): -5099939 or 6106802. OLE color: 6106802.

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

Color convert

RGB1784693-
CMYK00.740.480.30
HSL338.64º58.93%43.92%-
HSV(B)338.64º74.16%69.8%-
XYZ21.3112.2111.59-
YUV90.83129.23190.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 46 (18.36% from 255) = 14.51%
BLUE value IS 93 (36.72% from 255) = 29.34%
R=56.15%
G=14.51%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178469300.740.480.30338.6458.9343.92
HexB22E5D04A301E1533b2c
Octal26256135011260365237354
Binary1011001010111010111010100101011000011110101010011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22E5D; }

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

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

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

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

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

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

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

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