Color Hex Logo

#b40910 Color Hex

#B40910
(180,9,16)
0 Favorites   0 Comments

Color spaces of #b40910

RGB 180916
HSL0.990.900.37
HSV358°95°71°
CMYK 0.000.950.91   0.29
XYZ19.01369.93611.4059
Yxy9.93610.62640.3273
Hunter Lab31.521652.507219.4207
CIE-Lab37.727560.839345.7133

#b40910 color RGB value is (180,9,16).

#b40910 hex color red value is 180, green value is 9 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #b40910 hue: 0.99 , saturation: 0.90 and the lightness value of b40910 is 0.37.

The process color (four color CMYK) of #b40910 color hex is 0.00, 0.95, 0.91, 0.29. Web safe color of #b40910 is #cc0000. Color #b40910 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001001 00010000
Octal 264 11 20
Decimal 180 9 16
Hex B4 9 10

RGB Percentages of Color #b40910

%87.80
%4.39
%7.80

CMYK Percentages of Color #b40910

%0
%95
%91
%29

Triadic Colors of #b40910

#b40910 #10b409 #0910b4

Analogous Colors of #b40910

#b40910 #b45809 #b40966

Monochromatic Colors of #b40910

#b40910

Complementary Color

#b40910 #09b4ad

#b40910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40910 Color CSS Codes

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

#b40910 Text Font Color

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

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


#b40910 Background Color

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

This div background color is #b40910


#b40910 Border Color

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

This div border color is #b40910


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,9,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 #b40910">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40910


Comments

No comments written yet.

Please login to write comment.