Color Hex Logo

#b4241a Color Hex

#B4241A
(180,36,26)
0 Favorites   0 Comments

Color spaces of #b4241a

RGB 1803626
HSL0.010.750.40
HSV86°71°
CMYK 0.000.800.86   0.29
XYZ19.639711.03962.0730
Yxy11.03960.59960.3371
Hunter Lab33.225947.365419.5590
CIE-Lab39.647155.740342.5389

#b4241a color RGB value is (180,36,26).

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

The process color (four color CMYK) of #b4241a color hex is 0.00, 0.80, 0.86, 0.29. Web safe color of #b4241a is #cc3333. Color #b4241a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100100 00011010
Octal 264 44 32
Decimal 180 36 26
Hex B4 24 1A

RGB Percentages of Color #b4241a

%74.38
%14.88
%10.74

CMYK Percentages of Color #b4241a

%0
%80
%86
%29

Triadic Colors of #b4241a

#b4241a #1ab424 #241ab4

Analogous Colors of #b4241a

#b4241a #b4711a #b41a5d

Monochromatic Colors of #b4241a

#b4241a

Complementary Color

#b4241a #1aaab4

#b4241a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4241a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4241a Color CSS Codes

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

#b4241a Text Font Color

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

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


#b4241a Background Color

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

This div background color is #b4241a


#b4241a Border Color

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

This div border color is #b4241a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4241a


Comments

No comments written yet.

Please login to write comment.