Color Hex Logo

#b0431c Color Hex

#B0431C
(176,67,28)
0 Favorites   0 Comments

Color spaces of #b0431c

RGB 1766728
HSL0.040.730.40
HSV16°84°69°
CMYK 0.000.620.84   0.31
XYZ20.121313.32832.6107
Yxy13.32830.55800.3696
Hunter Lab36.507934.491121.3157
CIE-Lab43.253842.590844.4901

#b0431c color RGB value is (176,67,28).

#b0431c hex color red value is 176, green value is 67 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #b0431c hue: 0.04 , saturation: 0.73 and the lightness value of b0431c is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000011 00011100
Octal 260 103 34
Decimal 176 67 28
Hex B0 43 1C

RGB Percentages of Color #b0431c

%64.94
%24.72
%10.33

CMYK Percentages of Color #b0431c

%0
%62
%84
%31

Triadic Colors of #b0431c

#b0431c #1cb043 #431cb0

Analogous Colors of #b0431c

#b0431c #b08d1c #b01c3f

Monochromatic Colors of #b0431c

#b0431c

Complementary Color

#b0431c #1c89b0

#b0431c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0431c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0431c Color CSS Codes

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

#b0431c Text Font Color

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

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


#b0431c Background Color

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

This div background color is #b0431c


#b0431c Border Color

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

This div border color is #b0431c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0431c


Comments

No comments written yet.

Please login to write comment.