Color Hex Logo

#b13020 Color Hex

#B13020
(177,48,32)
0 Favorites   0 Comments

Color spaces of #b13020

RGB 1774832
HSL0.020.690.41
HSV82°69°
CMYK 0.000.730.82   0.31
XYZ19.449111.56532.5737
Yxy11.56530.57900.3443
Hunter Lab34.007842.570719.3184
CIE-Lab40.516751.032540.0447

#b13020 color RGB value is (177,48,32).

#b13020 hex color red value is 177, green value is 48 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #b13020 hue: 0.02 , saturation: 0.69 and the lightness value of b13020 is 0.41.

The process color (four color CMYK) of #b13020 color hex is 0.00, 0.73, 0.82, 0.31. Web safe color of #b13020 is #993333. Color #b13020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110000 00100000
Octal 261 60 40
Decimal 177 48 32
Hex B1 30 20

RGB Percentages of Color #b13020

%68.87
%18.68
%12.45

CMYK Percentages of Color #b13020

%0
%73
%82
%31

Triadic Colors of #b13020

#b13020 #20b130 #3020b1

Analogous Colors of #b13020

#b13020 #b17920 #b12058

Monochromatic Colors of #b13020

#b13020

Complementary Color

#b13020 #20a1b1

#b13020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13020 Color CSS Codes

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

#b13020 Text Font Color

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

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


#b13020 Background Color

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

This div background color is #b13020


#b13020 Border Color

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

This div border color is #b13020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13020


Comments

No comments written yet.

Please login to write comment.