Color Hex Logo

#b2300f Color Hex

#B2300F
(178,48,15)
0 Favorites   0 Comments

Color spaces of #b2300f

RGB 1784815
HSL0.030.840.38
HSV12°92°70°
CMYK 0.000.730.92   0.30
XYZ19.503311.61341.6656
Yxy11.61340.59490.3543
Hunter Lab34.078442.519420.9571
CIE-Lab40.595050.968747.9297

#b2300f color RGB value is (178,48,15).

#b2300f hex color red value is 178, green value is 48 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b2300f hue: 0.03 , saturation: 0.84 and the lightness value of b2300f is 0.38.

The process color (four color CMYK) of #b2300f color hex is 0.00, 0.73, 0.92, 0.30. Web safe color of #b2300f is #993300. Color #b2300f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110000 00001111
Octal 262 60 17
Decimal 178 48 15
Hex B2 30 F

RGB Percentages of Color #b2300f

%73.86
%19.92
%6.22

CMYK Percentages of Color #b2300f

%0
%73
%92
%30

Triadic Colors of #b2300f

#b2300f #0fb230 #300fb2

Analogous Colors of #b2300f

#b2300f #b2820f #b20f3f

Monochromatic Colors of #b2300f

#b2300f

Complementary Color

#b2300f #0f91b2

#b2300f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2300f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2300f Color CSS Codes

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

#b2300f Text Font Color

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

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


#b2300f Background Color

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

This div background color is #b2300f


#b2300f Border Color

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

This div border color is #b2300f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2300f


Comments

No comments written yet.

Please login to write comment.