Color Hex Logo

#b2211e Color Hex

#B2211E
(178,33,30)
0 Favorites   0 Comments

Color spaces of #b2211e

RGB 1783330
HSL0.000.710.41
HSV83°70°
CMYK 0.000.810.83   0.30
XYZ19.138310.64642.2746
Yxy10.64640.59700.3321
Hunter Lab32.628847.598018.7070
CIE-Lab38.978456.085339.7081

#b2211e color RGB value is (178,33,30).

#b2211e hex color red value is 178, green value is 33 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b2211e hue: 0.00 , saturation: 0.71 and the lightness value of b2211e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00100001 00011110
Octal 262 41 36
Decimal 178 33 30
Hex B2 21 1E

RGB Percentages of Color #b2211e

%73.86
%13.69
%12.45

CMYK Percentages of Color #b2211e

%0
%81
%83
%30

Triadic Colors of #b2211e

#b2211e #1eb221 #211eb2

Analogous Colors of #b2211e

#b2211e #b26b1e #b21e65

Monochromatic Colors of #b2211e

#b2211e

Complementary Color

#b2211e #1eafb2

#b2211e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2211e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2211e Color CSS Codes

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

#b2211e Text Font Color

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

This sample text font color is #b2211e
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.


#b2211e Background Color

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

This div background color is #b2211e


#b2211e Border Color

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

This div border color is #b2211e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2211e


Comments

No comments written yet.

Please login to write comment.