Color Hex Logo

#ba211e Color Hex

#BA211E
(186,33,30)
0 Favorites   0 Comments

Color spaces of #ba211e

RGB 1863330
HSL0.000.720.42
HSV84°73°
CMYK 0.000.820.84   0.27
XYZ21.027911.62062.3630
Yxy11.62060.60060.3319
Hunter Lab34.089050.452519.7524
CIE-Lab40.606758.410941.8109

#ba211e color RGB value is (186,33,30).

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

The process color (four color CMYK) of #ba211e color hex is 0.00, 0.82, 0.84, 0.27. Web safe color of #ba211e is #cc3333. Color #ba211e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100001 00011110
Octal 272 41 36
Decimal 186 33 30
Hex BA 21 1E

RGB Percentages of Color #ba211e

%74.70
%13.25
%12.05

CMYK Percentages of Color #ba211e

%0
%82
%84
%27

Triadic Colors of #ba211e

#ba211e #1eba21 #211eba

Analogous Colors of #ba211e

#ba211e #ba6f1e #ba1e69

Monochromatic Colors of #ba211e

#ba211e

Complementary Color

#ba211e #1eb7ba

#ba211e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba211e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba211e Color CSS Codes

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

#ba211e Text Font Color

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

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


#ba211e Background Color

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

This div background color is #ba211e


#ba211e Border Color

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

This div border color is #ba211e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba211e


Comments

No comments written yet.

Please login to write comment.