Color Hex Logo

#ba230c Color Hex

#BA230C
(186,35,12)
0 Favorites   0 Comments

Color spaces of #ba230c

RGB 1863512
HSL0.020.880.39
HSV94°73°
CMYK 0.000.810.94   0.27
XYZ20.917111.66771.4975
Yxy11.66770.61370.3423
Hunter Lab34.158049.530221.3113
CIE-Lab40.683057.549649.8113

#ba230c color RGB value is (186,35,12).

#ba230c hex color red value is 186, green value is 35 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ba230c hue: 0.02 , saturation: 0.88 and the lightness value of ba230c is 0.39.

The process color (four color CMYK) of #ba230c color hex is 0.00, 0.81, 0.94, 0.27. Web safe color of #ba230c is #cc3300. Color #ba230c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100011 00001100
Octal 272 43 14
Decimal 186 35 12
Hex BA 23 C

RGB Percentages of Color #ba230c

%79.83
%15.02
%5.15

CMYK Percentages of Color #ba230c

%0
%81
%94
%27

Triadic Colors of #ba230c

#ba230c #0cba23 #230cba

Analogous Colors of #ba230c

#ba230c #ba7a0c #ba0c4c

Monochromatic Colors of #ba230c

#ba230c

Complementary Color

#ba230c #0ca3ba

#ba230c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba230c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba230c Color CSS Codes

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

#ba230c Text Font Color

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

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


#ba230c Background Color

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

This div background color is #ba230c


#ba230c Border Color

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

This div border color is #ba230c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba230c


Comments

No comments written yet.

Please login to write comment.