Color Hex Logo

#b1230f Color Hex

#B1230F
(177,35,15)
0 Favorites   0 Comments

Color spaces of #b1230f

RGB 1773515
HSL0.020.840.38
HSV92°69°
CMYK 0.000.800.92   0.31
XYZ18.818710.58371.5029
Yxy10.58370.60890.3425
Hunter Lab32.532646.322520.0338
CIE-Lab38.870354.910946.6284

#b1230f color RGB value is (177,35,15).

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

The process color (four color CMYK) of #b1230f color hex is 0.00, 0.80, 0.92, 0.31. Web safe color of #b1230f is #993300. Color #b1230f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100011 00001111
Octal 261 43 17
Decimal 177 35 15
Hex B1 23 F

RGB Percentages of Color #b1230f

%77.97
%15.42
%6.61

CMYK Percentages of Color #b1230f

%0
%80
%92
%31

Triadic Colors of #b1230f

#b1230f #0fb123 #230fb1

Analogous Colors of #b1230f

#b1230f #b1740f #b10f4c

Monochromatic Colors of #b1230f

#b1230f

Complementary Color

#b1230f #0f9db1

#b1230f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1230f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1230f Color CSS Codes

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

#b1230f Text Font Color

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

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


#b1230f Background Color

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

This div background color is #b1230f


#b1230f Border Color

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

This div border color is #b1230f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1230f


Comments

No comments written yet.

Please login to write comment.