Color Hex Logo

#b4300c Color Hex

#B4300C
(180,48,12)
0 Favorites   0 Comments

Color spaces of #b4300c

RGB 1804812
HSL0.040.880.38
HSV13°93°71°
CMYK 0.000.730.93   0.29
XYZ19.945711.84371.5826
Yxy11.84370.59770.3549
Hunter Lab34.414743.227521.3638
CIE-Lab40.966651.580049.4093

#b4300c color RGB value is (180,48,12).

#b4300c hex color red value is 180, green value is 48 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #b4300c hue: 0.04 , saturation: 0.88 and the lightness value of b4300c is 0.38.

The process color (four color CMYK) of #b4300c color hex is 0.00, 0.73, 0.93, 0.29. Web safe color of #b4300c is #cc3300. Color #b4300c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 00001100
Octal 264 60 14
Decimal 180 48 12
Hex B4 30 C

RGB Percentages of Color #b4300c

%75.00
%20.00
%5.00

CMYK Percentages of Color #b4300c

%0
%73
%93
%29

Triadic Colors of #b4300c

#b4300c #0cb430 #300cb4

Analogous Colors of #b4300c

#b4300c #b4840c #b40c3c

Monochromatic Colors of #b4300c

#b4300c

Complementary Color

#b4300c #0c90b4

#b4300c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4300c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4300c Color CSS Codes

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

#b4300c Text Font Color

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

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


#b4300c Background Color

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

This div background color is #b4300c


#b4300c Border Color

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

This div border color is #b4300c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4300c


Comments

No comments written yet.

Please login to write comment.