#B55C1E

Color #B55C1E Fiery Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiery Orange #B55C1E

Tints of Fiery Orange #B55C1E

Color information

#B55C1E (or 0xB55C1E) is unknown color: approx Fiery Orange. HEX triplet: B5, 5C and 1E. RGB value is (181,92,30). Sum of RGB (Red+Green+Blue) = 181+92+30=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C1E is #4AA3E1. Grayscale: #6F6F6F. Windows color (decimal): -4891618 or 1989813. OLE color: 1989813.

HSL color Cylindrical-coordinate representation of color #B55C1E: hue angle of 24.64º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B55C1E is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1819230-
CMYK00.490.830.29
HSL24.64º71.56%41.37%-
HSV(B)24.64º83.43%70.98%-
XYZ23.1217.573.4-
YUV111.5481.99177.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 59.74%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=59.74%
G=30.36%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181923000.490.830.2924.6471.5641.37
HexB55C1E031531D194829
Octal26513436061123353111051
Binary101101011011100111100110001101001111101110011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C1E; }

 p { color: rgb(181,92,30); }

 H1.HeaderClassName
 {
   color: #B55C1E;
 }
 .AnyTagClassName
 {
   color: #B55C1E;
 }
</style>
background-color css

<style>
 a { background-color: #B55C1E; }

 a { background-color: rgb(181,92,30); }

 div.DivClassName
 {
   background-color: #B55C1E;
 }
 .BgClassName
 {
   background-color: #B55C1E;
 }
</style>
border-color css

<style>
 span { border-color: #B55C1E; }

 span { border-color: rgb(181,92,30); }

 td.TdClassName
 {
   border-color: #B55C1E;
 }
 .TagClassName
 {
   border-color: #B55C1E;
 }
</style>