Color Hex Logo

#ba201e Color Hex

#BA201E
(186,32,30)
0 Favorites   0 Comments

Color spaces of #ba201e

RGB 1863230
HSL0.000.720.42
HSV84°73°
CMYK 0.000.830.84   0.27
XYZ21.000611.56592.3539
Yxy11.56590.60140.3312
Hunter Lab34.008750.709819.7023
CIE-Lab40.517758.663441.7292

#ba201e color RGB value is (186,32,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100000 00011110
Octal 272 40 36
Decimal 186 32 30
Hex BA 20 1E

RGB Percentages of Color #ba201e

%75.00
%12.90
%12.10

CMYK Percentages of Color #ba201e

%0
%83
%84
%27

Triadic Colors of #ba201e

#ba201e #1eba20 #201eba

Analogous Colors of #ba201e

#ba201e #ba6e1e #ba1e6a

Monochromatic Colors of #ba201e

#ba201e

Complementary Color

#ba201e #1eb8ba

#ba201e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba201e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba201e Color CSS Codes

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

#ba201e Text Font Color

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

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


#ba201e Background Color

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

This div background color is #ba201e


#ba201e Border Color

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

This div border color is #ba201e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba201e


Comments

No comments written yet.

Please login to write comment.