#b55a1e

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

Shades of Fiery Orange #B55A1E

Tints of Fiery Orange #B55A1E

Color information

#B55A1E (or 0xB55A1E) is unknown color: approx Fiery Orange. HEX triplet: B5, 5A and 1E. RGB value is (181,90,30). Sum of RGB (Red+Green+Blue) = 181+90+30=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B55A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55A1E is #4AA5E1. Grayscale: #6E6E6E. Windows color (decimal): -4892130 or 1989301. OLE color: 1989301.

HSL color Cylindrical-coordinate representation of color #B55A1E: hue angle of 23.84º 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 #B55A1E is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB1819030-
CMYK00.500.830.29
HSL23.84º71.56%41.37%-
HSV(B)23.84º83.43%70.98%-
XYZ22.9517.233.34-
YUV110.3782.65178.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.13%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 30 (12.11% from 255) = 9.97%
R=60.13%
G=29.90%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181903000.500.830.2923.8471.5641.37
HexB55A1E032531D184829
Octal26513236062123353011051
Binary101101011011010111100110010101001111101110001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55a1e; }

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

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

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

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

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

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

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

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