Color Hex Logo

#ba2c2f Color Hex

#BA2C2F
(186,44,47)
0 Favorites   0 Comments

Color spaces of #ba2c2f

RGB 1864447
HSL1.000.620.45
HSV359°76°73°
CMYK 0.000.760.75   0.27
XYZ21.663512.44573.9498
Yxy12.44570.56920.3270
Hunter Lab35.278547.874518.0568
CIE-Lab41.915955.784433.6483

#ba2c2f color RGB value is (186,44,47).

#ba2c2f hex color red value is 186, green value is 44 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ba2c2f hue: 1.00 , saturation: 0.62 and the lightness value of ba2c2f is 0.45.

The process color (four color CMYK) of #ba2c2f color hex is 0.00, 0.76, 0.75, 0.27. Web safe color of #ba2c2f is #cc3333. Color #ba2c2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101100 00101111
Octal 272 54 57
Decimal 186 44 47
Hex BA 2C 2F

RGB Percentages of Color #ba2c2f

%67.15
%15.88
%16.97

CMYK Percentages of Color #ba2c2f

%0
%76
%75
%27

Triadic Colors of #ba2c2f

#ba2c2f #2fba2c #2c2fba

Analogous Colors of #ba2c2f

#ba2c2f #ba702c #ba2c76

Monochromatic Colors of #ba2c2f

#ba2c2f

Complementary Color

#ba2c2f #2cbab7

#ba2c2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2c2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2c2f Color CSS Codes

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

#ba2c2f Text Font Color

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

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


#ba2c2f Background Color

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

This div background color is #ba2c2f


#ba2c2f Border Color

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

This div border color is #ba2c2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,44,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2c2f


Comments

No comments written yet.

Please login to write comment.