Color Hex Logo

#ba172a Color Hex

#BA172A
(186,23,42)
0 Favorites   0 Comments

Color spaces of #ba172a

RGB 1862342
HSL0.980.780.41
HSV353°88°73°
CMYK 0.000.880.77   0.27
XYZ20.974011.21913.2505
Yxy11.21910.59180.3165
Hunter Lab33.494953.157817.6927
CIE-Lab39.947160.995434.4174

#ba172a color RGB value is (186,23,42).

#ba172a hex color red value is 186, green value is 23 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ba172a hue: 0.98 , saturation: 0.78 and the lightness value of ba172a is 0.41.

The process color (four color CMYK) of #ba172a color hex is 0.00, 0.88, 0.77, 0.27. Web safe color of #ba172a is #cc0033. Color #ba172a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010111 00101010
Octal 272 27 52
Decimal 186 23 42
Hex BA 17 2A

RGB Percentages of Color #ba172a

%74.10
%9.16
%16.73

CMYK Percentages of Color #ba172a

%0
%88
%77
%27

Triadic Colors of #ba172a

#ba172a #2aba17 #172aba

Analogous Colors of #ba172a

#ba172a #ba5617 #ba177c

Monochromatic Colors of #ba172a

#ba172a

Complementary Color

#ba172a #17baa7

#ba172a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba172a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba172a Color CSS Codes

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

#ba172a Text Font Color

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

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


#ba172a Background Color

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

This div background color is #ba172a


#ba172a Border Color

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

This div border color is #ba172a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba172a


Comments

No comments written yet.

Please login to write comment.