Color Hex Logo

#b3182f Color Hex

#B3182F
(179,24,47)
0 Favorites   0 Comments

Color spaces of #b3182f

RGB 1792447
HSL0.980.760.40
HSV351°87°70°
CMYK 0.000.870.74   0.30
XYZ19.430110.44223.6808
Yxy10.44220.57910.3112
Hunter Lab32.314450.778915.8666
CIE-Lab38.624659.092029.5122

#b3182f color RGB value is (179,24,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011000 00101111
Octal 263 30 57
Decimal 179 24 47
Hex B3 18 2F

RGB Percentages of Color #b3182f

%71.60
%9.60
%18.80

CMYK Percentages of Color #b3182f

%0
%87
%74
%30

Triadic Colors of #b3182f

#b3182f #2fb318 #182fb3

Analogous Colors of #b3182f

#b3182f #b34e18 #b3187d

Monochromatic Colors of #b3182f

#b3182f

Complementary Color

#b3182f #18b39c

#b3182f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3182f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3182f Color CSS Codes

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

#b3182f Text Font Color

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

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


#b3182f Background Color

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

This div background color is #b3182f


#b3182f Border Color

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

This div border color is #b3182f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3182f


Comments

No comments written yet.

Please login to write comment.