Color Hex Logo

#b31812 Color Hex

#B31812
(179,24,18)
0 Favorites   0 Comments

Color spaces of #b31812

RGB 1792418
HSL0.010.820.39
HSV90°70°
CMYK 0.000.870.90   0.30
XYZ19.026210.28061.5538
Yxy10.28060.61650.3331
Hunter Lab32.063449.809819.5712
CIE-Lab38.341458.257745.1809

#b31812 color RGB value is (179,24,18).

#b31812 hex color red value is 179, green value is 24 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b31812 hue: 0.01 , saturation: 0.82 and the lightness value of b31812 is 0.39.

The process color (four color CMYK) of #b31812 color hex is 0.00, 0.87, 0.90, 0.30. Web safe color of #b31812 is #cc0000. Color #b31812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011000 00010010
Octal 263 30 22
Decimal 179 24 18
Hex B3 18 12

RGB Percentages of Color #b31812

%81.00
%10.86
%8.14

CMYK Percentages of Color #b31812

%0
%87
%90
%30

Triadic Colors of #b31812

#b31812 #12b318 #1812b3

Analogous Colors of #b31812

#b31812 #b36912 #b3125c

Monochromatic Colors of #b31812

#b31812

Complementary Color

#b31812 #12adb3

#b31812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31812 Color CSS Codes

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

#b31812 Text Font Color

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

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


#b31812 Background Color

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

This div background color is #b31812


#b31812 Border Color

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

This div border color is #b31812


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,24,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b31812; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b31812;
  -webkit-box-shadow: 1px 1px 3px 2px #b31812;
  box-shadow:         1px 1px 3px 2px #b31812; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,24,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31812


Comments

No comments written yet.

Please login to write comment.