Color Hex Logo

#b3412b Color Hex

#B3412B
(179,65,43)
0 Favorites   0 Comments

Color spaces of #b3412b

RGB 1796543
HSL0.030.610.44
HSV10°76°70°
CMYK 0.000.640.76   0.30
XYZ20.916713.53873.7963
Yxy13.53870.54680.3539
Hunter Lab36.795037.080019.6393
CIE-Lab43.564045.129937.3589

#b3412b color RGB value is (179,65,43).

#b3412b hex color red value is 179, green value is 65 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b3412b hue: 0.03 , saturation: 0.61 and the lightness value of b3412b is 0.44.

The process color (four color CMYK) of #b3412b color hex is 0.00, 0.64, 0.76, 0.30. Web safe color of #b3412b is #cc3333. Color #b3412b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000001 00101011
Octal 263 101 53
Decimal 179 65 43
Hex B3 41 2B

RGB Percentages of Color #b3412b

%62.37
%22.65
%14.98

CMYK Percentages of Color #b3412b

%0
%64
%76
%30

Triadic Colors of #b3412b

#b3412b #2bb341 #412bb3

Analogous Colors of #b3412b

#b3412b #b3852b #b32b59

Monochromatic Colors of #b3412b

#b3412b

Complementary Color

#b3412b #2b9db3

#b3412b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3412b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3412b Color CSS Codes

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

#b3412b Text Font Color

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

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


#b3412b Background Color

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

This div background color is #b3412b


#b3412b Border Color

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

This div border color is #b3412b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3412b


Comments

No comments written yet.

Please login to write comment.