Color Hex Logo

#a3150f Color Hex

#A3150F
(163,21,15)
0 Favorites   0 Comments

Color spaces of #a3150f

RGB 1632115
HSL0.010.830.35
HSV91°64°
CMYK 0.000.870.91   0.36
XYZ15.45868.35741.2503
Yxy8.35740.61670.3334
Hunter Lab28.909244.858317.6722
CIE-Lab34.716454.322342.3208

#a3150f color RGB value is (163,21,15).

#a3150f hex color red value is 163, green value is 21 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a3150f hue: 0.01 , saturation: 0.83 and the lightness value of a3150f is 0.35.

The process color (four color CMYK) of #a3150f color hex is 0.00, 0.87, 0.91, 0.36. Web safe color of #a3150f is #990000. Color #a3150f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010101 00001111
Octal 243 25 17
Decimal 163 21 15
Hex A3 15 F

RGB Percentages of Color #a3150f

%81.91
%10.55
%7.54

CMYK Percentages of Color #a3150f

%0
%87
%91
%36

Triadic Colors of #a3150f

#a3150f #0fa315 #150fa3

Analogous Colors of #a3150f

#a3150f #a35f0f #a30f53

Monochromatic Colors of #a3150f

#a3150f

Complementary Color

#a3150f #0f9da3

#a3150f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3150f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3150f Color CSS Codes

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

#a3150f Text Font Color

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

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


#a3150f Background Color

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

This div background color is #a3150f


#a3150f Border Color

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

This div border color is #a3150f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,21,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3150f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3150f;
  -webkit-box-shadow: 1px 1px 3px 2px #a3150f;
  box-shadow:         1px 1px 3px 2px #a3150f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,21,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3150f


Comments

No comments written yet.

Please login to write comment.