color codes Logo

#b3430f color codes

#B3430F
(179,67,15)
0 Favorites   0 Comments

Color spaces of #b3430f

RGB 1796715
HSL0.050.850.38
HSV19°92°70°
CMYK 0.000.630.92   0.30
XYZ20.683813.63251.9931
Yxy13.63250.56970.3755
Hunter Lab36.922235.381722.6450
CIE-Lab43.701243.413750.2239

#b3430f color RGB value is (179,67,15).

#b3430f hex color red value is 179, green value is 67 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b3430f hue: 0.05 , saturation: 0.85 and the lightness value of b3430f is 0.38.

The process color (four color CMYK) of #b3430f color code is 0.00, 0.63, 0.92, 0.30. Web safe color of #b3430f is #cc3300. Color #b3430f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000011 00001111
Octal 263 103 17
Decimal 179 67 15
Hex B3 43 F

RGB Percentages of Color #b3430f

%68.58
%25.67
%5.75

CMYK Percentages of Color #b3430f

%0
%63
%92
%30

Triadic Colors of #b3430f

#b3430f #0fb343 #430fb3

Analogous Colors of #b3430f

#b3430f #b3950f #b30f2d

Monochromatic Colors of #b3430f

#b3430f

Complementary Color

#b3430f #0f7fb3

#b3430f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3430f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3430f Color CSS Codes

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

#b3430f Text Font Color

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

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


#b3430f Background Color

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

This div background color is #b3430f


#b3430f Border Color

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

This div border color is #b3430f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3430f


Comments

No comments written yet.

Please login to write comment.