Color Hex Logo

#b1361d Color Hex

#B1361D
(177,54,29)
0 Favorites   0 Comments

Color spaces of #b1361d

RGB 1775429
HSL0.030.720.40
HSV10°84°69°
CMYK 0.000.690.84   0.31
XYZ19.672412.07422.4561
Yxy12.07420.57520.3530
Hunter Lab34.747940.248120.1328
CIE-Lab41.333848.633942.3414

#b1361d color RGB value is (177,54,29).

#b1361d hex color red value is 177, green value is 54 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b1361d hue: 0.03 , saturation: 0.72 and the lightness value of b1361d is 0.40.

The process color (four color CMYK) of #b1361d color hex is 0.00, 0.69, 0.84, 0.31. Web safe color of #b1361d is #993333. Color #b1361d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110110 00011101
Octal 261 66 35
Decimal 177 54 29
Hex B1 36 1D

RGB Percentages of Color #b1361d

%68.08
%20.77
%11.15

CMYK Percentages of Color #b1361d

%0
%69
%84
%31

Triadic Colors of #b1361d

#b1361d #1db136 #361db1

Analogous Colors of #b1361d

#b1361d #b1801d #b11d4e

Monochromatic Colors of #b1361d

#b1361d

Complementary Color

#b1361d #1d98b1

#b1361d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1361d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1361d Color CSS Codes

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

#b1361d Text Font Color

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

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


#b1361d Background Color

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

This div background color is #b1361d


#b1361d Border Color

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

This div border color is #b1361d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,54,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1361d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1361d;
  -webkit-box-shadow: 1px 1px 3px 2px #b1361d;
  box-shadow:         1px 1px 3px 2px #b1361d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,54,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1361d

#b1361d Color Palettes


Comments

No comments written yet.

Please login to write comment.