Color Hex Logo

#b2300b Color Hex

#B2300B
(178,48,11)
0 Favorites   0 Comments

Color spaces of #b2300b

RGB 1784811
HSL0.040.880.37
HSV13°94°70°
CMYK 0.000.730.94   0.30
XYZ19.477511.60301.5296
Yxy11.60300.59730.3558
Hunter Lab34.063242.456721.1818
CIE-Lab40.578150.911549.2904

#b2300b color RGB value is (178,48,11).

#b2300b hex color red value is 178, green value is 48 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b2300b hue: 0.04 , saturation: 0.88 and the lightness value of b2300b is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110000 00001011
Octal 262 60 13
Decimal 178 48 11
Hex B2 30 B

RGB Percentages of Color #b2300b

%75.11
%20.25
%4.64

CMYK Percentages of Color #b2300b

%0
%73
%94
%30

Triadic Colors of #b2300b

#b2300b #0bb230 #300bb2

Analogous Colors of #b2300b

#b2300b #b2840b #b20b39

Monochromatic Colors of #b2300b

#b2300b

Complementary Color

#b2300b #0b8db2

#b2300b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2300b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2300b Color CSS Codes

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

#b2300b Text Font Color

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

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


#b2300b Background Color

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

This div background color is #b2300b


#b2300b Border Color

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

This div border color is #b2300b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2300b


Comments

No comments written yet.

Please login to write comment.