Color Hex Logo

#b2400a Color Hex

#B2400A
(178,64,10)
0 Favorites   0 Comments

Color spaces of #b2400a

RGB 1786410
HSL0.050.890.37
HSV19°94°70°
CMYK 0.000.640.94   0.30
XYZ20.248313.15371.7589
Yxy13.15370.57590.3741
Hunter Lab36.268036.186822.5122
CIE-Lab42.993944.336651.1556

#b2400a color RGB value is (178,64,10).

#b2400a hex color red value is 178, green value is 64 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #b2400a hue: 0.05 , saturation: 0.89 and the lightness value of b2400a is 0.37.

The process color (four color CMYK) of #b2400a color hex is 0.00, 0.64, 0.94, 0.30. Web safe color of #b2400a is #993300. Color #b2400a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000000 00001010
Octal 262 100 12
Decimal 178 64 10
Hex B2 40 A

RGB Percentages of Color #b2400a

%70.63
%25.40
%3.97

CMYK Percentages of Color #b2400a

%0
%64
%94
%30

Triadic Colors of #b2400a

#b2400a #0ab240 #400ab2

Analogous Colors of #b2400a

#b2400a #b2940a #b20a28

Monochromatic Colors of #b2400a

#b2400a

Complementary Color

#b2400a #0a7cb2

#b2400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2400a Color CSS Codes

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

#b2400a Text Font Color

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

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


#b2400a Background Color

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

This div background color is #b2400a


#b2400a Border Color

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

This div border color is #b2400a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,64,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2400a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2400a;
  -webkit-box-shadow: 1px 1px 3px 2px #b2400a;
  box-shadow:         1px 1px 3px 2px #b2400a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,64,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2400a


Comments

No comments written yet.

Please login to write comment.