Color Hex Logo

#a30415 Color Hex

#A30415
(163,4,21)
0 Favorites   0 Comments

Color spaces of #a30415

RGB 163421
HSL0.980.950.33
HSV354°98°64°
CMYK 0.000.980.87   0.36
XYZ15.28307.92751.4341
Yxy7.92750.62010.3217
Hunter Lab28.155847.617316.6892
CIE-Lab33.831457.099438.6843

#a30415 color RGB value is (163,4,21).

#a30415 hex color red value is 163, green value is 4 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #a30415 hue: 0.98 , saturation: 0.95 and the lightness value of a30415 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000100 00010101
Octal 243 4 25
Decimal 163 4 21
Hex A3 4 15

RGB Percentages of Color #a30415

%86.70
%2.13
%11.17

CMYK Percentages of Color #a30415

%0
%98
%87
%36

Triadic Colors of #a30415

#a30415 #15a304 #0415a3

Analogous Colors of #a30415

#a30415 #a34204 #a30465

Monochromatic Colors of #a30415

#a30415

Complementary Color

#a30415 #04a392

#a30415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a30415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a30415 Color CSS Codes

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

#a30415 Text Font Color

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

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


#a30415 Background Color

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

This div background color is #a30415


#a30415 Border Color

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

This div border color is #a30415


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a30415


Comments

No comments written yet.

Please login to write comment.