Color Hex Logo

#ba221e Color Hex

#BA221E
(186,34,30)
0 Favorites   0 Comments

Color spaces of #ba221e

RGB 1863430
HSL0.000.720.42
HSV84°73°
CMYK 0.000.820.84   0.27
XYZ21.056111.67692.3724
Yxy11.67690.59980.3326
Hunter Lab34.171550.189719.8037
CIE-Lab40.697958.152641.8944

#ba221e color RGB value is (186,34,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100010 00011110
Octal 272 42 36
Decimal 186 34 30
Hex BA 22 1E

RGB Percentages of Color #ba221e

%74.40
%13.60
%12.00

CMYK Percentages of Color #ba221e

%0
%82
%84
%27

Triadic Colors of #ba221e

#ba221e #1eba22 #221eba

Analogous Colors of #ba221e

#ba221e #ba701e #ba1e68

Monochromatic Colors of #ba221e

#ba221e

Complementary Color

#ba221e #1eb6ba

#ba221e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba221e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba221e Color CSS Codes

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

#ba221e Text Font Color

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

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


#ba221e Background Color

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

This div background color is #ba221e


#ba221e Border Color

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

This div border color is #ba221e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba221e


Comments

No comments written yet.

Please login to write comment.