Color Hex Logo

#9c1510 Color Hex

#9C1510
(156,21,16)
0 Favorites   0 Comments

Color spaces of #9c1510

RGB 1562116
HSL0.010.810.34
HSV90°61°
CMYK 0.000.870.90   0.39
XYZ14.07207.64171.2235
Yxy7.64170.61350.3332
Hunter Lab27.643642.489216.7264
CIE-Lab33.225352.332440.0746

#9c1510 color RGB value is (156,21,16).

#9c1510 hex color red value is 156, green value is 21 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #9c1510 hue: 0.01 , saturation: 0.81 and the lightness value of 9c1510 is 0.34.

The process color (four color CMYK) of #9c1510 color hex is 0.00, 0.87, 0.90, 0.39. Web safe color of #9c1510 is #990000. Color #9c1510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 00010101 00010000
Octal 234 25 20
Decimal 156 21 16
Hex 9C 15 10

RGB Percentages of Color #9c1510

%80.83
%10.88
%8.29

CMYK Percentages of Color #9c1510

%0
%87
%90
%39

Triadic Colors of #9c1510

#9c1510 #109c15 #15109c

Analogous Colors of #9c1510

#9c1510 #9c5b10 #9c1051

Monochromatic Colors of #9c1510

#9c1510

Complementary Color

#9c1510 #10979c

#9c1510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c1510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c1510 Color CSS Codes

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

#9c1510 Text Font Color

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

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


#9c1510 Background Color

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

This div background color is #9c1510


#9c1510 Border Color

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

This div border color is #9c1510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c1510


Comments

No comments written yet.

Please login to write comment.