Color Hex Logo

#ba251b Color Hex

#BA251B
(186,37,27)
0 Favorites   0 Comments

Color spaces of #ba251b

RGB 1863727
HSL0.010.750.42
HSV85°73°
CMYK 0.000.800.85   0.27
XYZ21.109111.84142.2099
Yxy11.84140.60040.3368
Hunter Lab34.411349.278220.2803
CIE-Lab40.962957.264043.6570

#ba251b color RGB value is (186,37,27).

#ba251b hex color red value is 186, green value is 37 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ba251b hue: 0.01 , saturation: 0.75 and the lightness value of ba251b is 0.42.

The process color (four color CMYK) of #ba251b color hex is 0.00, 0.80, 0.85, 0.27. Web safe color of #ba251b is #cc3333. Color #ba251b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100101 00011011
Octal 272 45 33
Decimal 186 37 27
Hex BA 25 1B

RGB Percentages of Color #ba251b

%74.40
%14.80
%10.80

CMYK Percentages of Color #ba251b

%0
%80
%85
%27

Triadic Colors of #ba251b

#ba251b #1bba25 #251bba

Analogous Colors of #ba251b

#ba251b #ba751b #ba1b60

Monochromatic Colors of #ba251b

#ba251b

Complementary Color

#ba251b #1bb0ba

#ba251b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba251b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba251b Color CSS Codes

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

#ba251b Text Font Color

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

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


#ba251b Background Color

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

This div background color is #ba251b


#ba251b Border Color

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

This div border color is #ba251b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba251b


Comments

No comments written yet.

Please login to write comment.