Color Hex Logo

#b3181a Color Hex

#B3181A
(179,24,26)
0 Favorites   0 Comments

Color spaces of #b3181a

RGB 1792426
HSL1.000.760.40
HSV359°87°70°
CMYK 0.000.870.85   0.30
XYZ19.103510.31161.9607
Yxy10.31160.60890.3286
Hunter Lab32.111749.995718.8580
CIE-Lab38.396058.418141.3641

#b3181a color RGB value is (179,24,26).

#b3181a hex color red value is 179, green value is 24 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #b3181a hue: 1.00 , saturation: 0.76 and the lightness value of b3181a is 0.40.

The process color (four color CMYK) of #b3181a color hex is 0.00, 0.87, 0.85, 0.30. Web safe color of #b3181a is #cc0033. Color #b3181a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011000 00011010
Octal 263 30 32
Decimal 179 24 26
Hex B3 18 1A

RGB Percentages of Color #b3181a

%78.17
%10.48
%11.35

CMYK Percentages of Color #b3181a

%0
%87
%85
%30

Triadic Colors of #b3181a

#b3181a #1ab318 #181ab3

Analogous Colors of #b3181a

#b3181a #b36418 #b31868

Monochromatic Colors of #b3181a

#b3181a

Complementary Color

#b3181a #18b3b1

#b3181a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3181a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3181a Color CSS Codes

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

#b3181a Text Font Color

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

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


#b3181a Background Color

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

This div background color is #b3181a


#b3181a Border Color

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

This div border color is #b3181a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3181a


Comments

No comments written yet.

Please login to write comment.