Color Hex Logo

#b9000d Color Hex

#B9000D
(185,0,13)
0 Favorites   0 Comments

Color spaces of #b9000d

RGB 185013
HSL0.991.000.36
HSV356°100°73°
CMYK 0.001.000.93   0.27
XYZ20.080210.34331.3189
Yxy10.34330.63260.3259
Hunter Lab32.161055.167420.0813
CIE-Lab38.451663.086747.9503

#b9000d color RGB value is (185,0,13).

#b9000d hex color red value is 185, green value is 0 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b9000d hue: 0.99 , saturation: 1.00 and the lightness value of b9000d is 0.36.

The process color (four color CMYK) of #b9000d color hex is 0.00, 1.00, 0.93, 0.27. Web safe color of #b9000d is #cc0000. Color #b9000d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000000 00001101
Octal 271 0 15
Decimal 185 0 13
Hex B9 0 D

RGB Percentages of Color #b9000d

%93.43
%0.00
%6.57

CMYK Percentages of Color #b9000d

%0
%100
%93
%27

Triadic Colors of #b9000d

#b9000d #0db900 #000db9

Analogous Colors of #b9000d

#b9000d #b94f00 #b9006a

Monochromatic Colors of #b9000d

#b9000d

Complementary Color

#b9000d #00b9ac

#b9000d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9000d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9000d Color CSS Codes

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

#b9000d Text Font Color

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

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


#b9000d Background Color

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

This div background color is #b9000d


#b9000d Border Color

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

This div border color is #b9000d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,0,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b9000d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b9000d;
  -webkit-box-shadow: 1px 1px 3px 2px #b9000d;
  box-shadow:         1px 1px 3px 2px #b9000d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9000d


Comments

No comments written yet.

Please login to write comment.