Color Hex Logo

#b4212e Color Hex

#B4212E
(180,33,46)
0 Favorites   0 Comments

Color spaces of #b4212e

RGB 1803346
HSL0.990.690.42
HSV355°82°71°
CMYK 0.000.820.74   0.29
XYZ19.859410.98833.6590
Yxy10.98830.57550.3184
Hunter Lab33.148648.929716.6595
CIE-Lab39.560857.210631.2541

#b4212e color RGB value is (180,33,46).

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

The process color (four color CMYK) of #b4212e color hex is 0.00, 0.82, 0.74, 0.29. Web safe color of #b4212e is #cc3333. Color #b4212e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 00101110
Octal 264 41 56
Decimal 180 33 46
Hex B4 21 2E

RGB Percentages of Color #b4212e

%69.50
%12.74
%17.76

CMYK Percentages of Color #b4212e

%0
%82
%74
%29

Triadic Colors of #b4212e

#b4212e #2eb421 #212eb4

Analogous Colors of #b4212e

#b4212e #b45e21 #b42178

Monochromatic Colors of #b4212e

#b4212e

Complementary Color

#b4212e #21b4a7

#b4212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4212e Color CSS Codes

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

#b4212e Text Font Color

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

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


#b4212e Background Color

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

This div background color is #b4212e


#b4212e Border Color

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

This div border color is #b4212e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,33,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 #b4212e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4212e


Comments

No comments written yet.

Please login to write comment.