#B55C1F

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

Shades of Fiery Orange #B55C1F

Tints of Fiery Orange #B55C1F

Color information

#B55C1F (or 0xB55C1F) is unknown color: approx Fiery Orange. HEX triplet: B5, 5C and 1F. RGB value is (181,92,31). Sum of RGB (Red+Green+Blue) = 181+92+31=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55C1F is #4AA3E0. Grayscale: #6F6F6F. Windows color (decimal): -4891617 or 2055349. OLE color: 2055349.

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

Color convert

RGB1819231-
CMYK00.490.830.29
HSL24.4º70.75%41.57%-
HSV(B)24.4º82.87%70.98%-
XYZ23.1317.583.47-
YUV111.6682.49177.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.54%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 31 (12.5% from 255) = 10.20%
R=59.54%
G=30.26%
B=10.20%

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
Decimal181923100.490.830.2924.470.7541.57
HexB55C1F031531D18472a
Octal26513437061123353010752
Binary101101011011100111110110001101001111101110001000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55C1F; }

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

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

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

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

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

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

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

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