Color Hex Logo

#b2390a Color Hex

#B2390A
(178,57,10)
0 Favorites   0 Comments

Color spaces of #b2390a

RGB 1785710
HSL0.050.890.37
HSV17°94°70°
CMYK 0.000.680.94   0.30
XYZ19.878012.41311.6354
Yxy12.41310.58590.3659
Hunter Lab35.232239.053221.9105
CIE-Lab41.865347.369950.4218

#b2390a color RGB value is (178,57,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00111001 00001010
Octal 262 71 12
Decimal 178 57 10
Hex B2 39 A

RGB Percentages of Color #b2390a

%72.65
%23.27
%4.08

CMYK Percentages of Color #b2390a

%0
%68
%94
%30

Triadic Colors of #b2390a

#b2390a #0ab239 #390ab2

Analogous Colors of #b2390a

#b2390a #b28d0a #b20a2f

Monochromatic Colors of #b2390a

#b2390a

Complementary Color

#b2390a #0a83b2

#b2390a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2390a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2390a Color CSS Codes

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

#b2390a Text Font Color

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

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


#b2390a Background Color

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

This div background color is #b2390a


#b2390a Border Color

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

This div border color is #b2390a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2390a


Comments

No comments written yet.

Please login to write comment.