#B1582F

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

Shades of Fiery Orange #B1582F

Tints of Fiery Orange #B1582F

Color information

#B1582F (or 0xB1582F) is unknown color: approx Fiery Orange. HEX triplet: B1, 58 and 2F. RGB value is (177,88,47). Sum of RGB (Red+Green+Blue) = 177+88+47=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B1582F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1582F is #4EA7D0. Grayscale: #6E6E6E. Windows color (decimal): -5154769 or 3102897. OLE color: 3102897.

HSL color Cylindrical-coordinate representation of color #B1582F: hue angle of 18.92º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1582F is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB1778847-
CMYK00.500.730.31
HSL18.92º58.04%43.92%-
HSV(B)18.92º73.45%69.41%-
XYZ22.1316.534.71-
YUV109.9492.49175.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.73%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 47 (18.75% from 255) = 15.06%
R=56.73%
G=28.21%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177884700.500.730.3118.9258.0443.92
HexB1582F032491F133a2c
Octal2611305706211137237254
Binary101100011011000101111011001010010011111110011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1582F; }

 p { color: rgb(177,88,47); }

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

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

 a { background-color: rgb(177,88,47); }

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

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

 span { border-color: rgb(177,88,47); }

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