Color Hex Logo

#b3291a Color Hex

#B3291A
(179,41,26)
0 Favorites   0 Comments

Color spaces of #b3291a

RGB 1794126
HSL0.020.750.40
HSV85°70°
CMYK 0.000.770.85   0.30
XYZ19.569811.24422.1162
Yxy11.24420.59430.3415
Hunter Lab33.532445.492619.7309
CIE-Lab39.988853.916542.7596

#b3291a color RGB value is (179,41,26).

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

The process color (four color CMYK) of #b3291a color hex is 0.00, 0.77, 0.85, 0.30. Web safe color of #b3291a is #cc3333. Color #b3291a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 00011010
Octal 263 51 32
Decimal 179 41 26
Hex B3 29 1A

RGB Percentages of Color #b3291a

%72.76
%16.67
%10.57

CMYK Percentages of Color #b3291a

%0
%77
%85
%30

Triadic Colors of #b3291a

#b3291a #1ab329 #291ab3

Analogous Colors of #b3291a

#b3291a #b3761a #b31a57

Monochromatic Colors of #b3291a

#b3291a

Complementary Color

#b3291a #1aa4b3

#b3291a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3291a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3291a Color CSS Codes

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

#b3291a Text Font Color

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

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


#b3291a Background Color

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

This div background color is #b3291a


#b3291a Border Color

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

This div border color is #b3291a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,41,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 #b3291a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3291a


Comments

No comments written yet.

Please login to write comment.