Color Hex Logo

#b2222e Color Hex

#B2222E
(178,34,46)
0 Favorites   0 Comments

Color spaces of #b2222e

RGB 1783446
HSL0.990.680.42
HSV355°81°70°
CMYK 0.000.810.74   0.30
XYZ19.425310.80633.6468
Yxy10.80630.57340.3190
Hunter Lab32.872947.951716.4336
CIE-Lab39.252356.362430.7941

#b2222e color RGB value is (178,34,46).

#b2222e hex color red value is 178, green value is 34 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b2222e hue: 0.99 , saturation: 0.68 and the lightness value of b2222e is 0.42.

The process color (four color CMYK) of #b2222e color hex is 0.00, 0.81, 0.74, 0.30. Web safe color of #b2222e is #993333. Color #b2222e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100010 00101110
Octal 262 42 56
Decimal 178 34 46
Hex B2 22 2E

RGB Percentages of Color #b2222e

%68.99
%13.18
%17.83

CMYK Percentages of Color #b2222e

%0
%81
%74
%30

Triadic Colors of #b2222e

#b2222e #2eb222 #222eb2

Analogous Colors of #b2222e

#b2222e #b25e22 #b22276

Monochromatic Colors of #b2222e

#b2222e

Complementary Color

#b2222e #22b2a6

#b2222e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2222e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2222e Color CSS Codes

.mybgcolor {background-color:#b2222e; } 
.myforecolor {color:#b2222e; }
.mybordercolor {border:3px solid #b2222e; }

#b2222e Text Font Color

<p style="color:#b2222e">Text here</p>

This sample text font color is #b2222e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2222e Background Color

<div style="background-color:#b2222e">
Div content here</div>

This div background color is #b2222e


#b2222e Border Color

<div style="border:3px solid #b2222e">
Div here</div>

This div border color is #b2222e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,34,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2222e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2222e;
  -webkit-box-shadow: 1px 1px 3px 2px #b2222e;
  box-shadow:         1px 1px 3px 2px #b2222e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,34,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2222e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2222e;
  -webkit-box-shadow: 1px 1px 3px 2px #b2222e;
  box-shadow:         1px 1px 3px 2px #b2222e;">
Div content here</div>

This div box has shadow with color #b2222e


Comments

No comments written yet.

Please login to write comment.