Color Hex Logo

#b0290e Color Hex

#B0290E
(176,41,14)
0 Favorites   0 Comments

Color spaces of #b0290e

RGB 1764114
HSL0.030.850.37
HSV10°92°69°
CMYK 0.000.770.92   0.31
XYZ18.776710.84771.5196
Yxy10.84770.60290.3483
Hunter Lab32.935844.125020.3196
CIE-Lab39.322852.743647.2315

#b0290e color RGB value is (176,41,14).

#b0290e hex color red value is 176, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b0290e hue: 0.03 , saturation: 0.85 and the lightness value of b0290e is 0.37.

The process color (four color CMYK) of #b0290e color hex is 0.00, 0.77, 0.92, 0.31. Web safe color of #b0290e is #993300. Color #b0290e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101001 00001110
Octal 260 51 16
Decimal 176 41 14
Hex B0 29 E

RGB Percentages of Color #b0290e

%76.19
%17.75
%6.06

CMYK Percentages of Color #b0290e

%0
%77
%92
%31

Triadic Colors of #b0290e

#b0290e #0eb029 #290eb0

Analogous Colors of #b0290e

#b0290e #b07a0e #b00e44

Monochromatic Colors of #b0290e

#b0290e

Complementary Color

#b0290e #0e95b0

#b0290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0290e Color CSS Codes

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

#b0290e Text Font Color

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

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


#b0290e Background Color

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

This div background color is #b0290e


#b0290e Border Color

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

This div border color is #b0290e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,41,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0290e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0290e;
  -webkit-box-shadow: 1px 1px 3px 2px #b0290e;
  box-shadow:         1px 1px 3px 2px #b0290e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0290e


Comments

No comments written yet.

Please login to write comment.