Color Hex Logo

#b31000 Color Hex

#B31000
(179,16,0)
0 Favorites   0 Comments

Color spaces of #b31000

RGB 179160
HSL0.011.000.35
HSV100°70°
CMYK 0.000.911.00   0.30
XYZ18.77579.95430.9318
Yxy9.95430.63300.3356
Hunter Lab31.550451.012320.3343
CIE-Lab37.760359.473251.7760

#b31000 color RGB value is (179,16,0).

#b31000 hex color red value is 179, green value is 16 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b31000 hue: 0.01 , saturation: 1.00 and the lightness value of b31000 is 0.35.

The process color (four color CMYK) of #b31000 color hex is 0.00, 0.91, 1.00, 0.30. Web safe color of #b31000 is #cc0000. Color #b31000 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010000 00000000
Octal 263 20 0
Decimal 179 16 0
Hex B3 10 0

RGB Percentages of Color #b31000

%91.79
%8.21
%0.00

CMYK Percentages of Color #b31000

%0
%91
%100
%30

Triadic Colors of #b31000

#b31000 #00b310 #1000b3

Analogous Colors of #b31000

#b31000 #b36a00 #b3004a

Monochromatic Colors of #b31000

#b31000

Complementary Color

#b31000 #00a3b3

#b31000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31000 Color CSS Codes

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

#b31000 Text Font Color

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

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


#b31000 Background Color

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

This div background color is #b31000


#b31000 Border Color

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

This div border color is #b31000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31000


Comments

No comments written yet.

Please login to write comment.