#B1592F

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

Shades of Fiery Orange #B1592F

Tints of Fiery Orange #B1592F

Color information

#B1592F (or 0xB1592F) is unknown color: approx Fiery Orange. HEX triplet: B1, 59 and 2F. RGB value is (177,89,47). Sum of RGB (Red+Green+Blue) = 177+89+47=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B1592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1592F is #4EA6D0. Grayscale: #6E6E6E. Windows color (decimal): -5154513 or 3103153. OLE color: 3103153.

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

Color convert

RGB1778947-
CMYK00.500.730.31
HSL19.38º58.04%43.92%-
HSV(B)19.38º73.45%69.41%-
XYZ22.2216.74.74-
YUV110.5292.15175.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.55%
GREEN value IS 89 (35.16% from 255) = 28.43%
BLUE value IS 47 (18.75% from 255) = 15.02%
R=56.55%
G=28.43%
B=15.02%

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
Decimal177894700.500.730.3119.3858.0443.92
HexB1592F032491F133a2c
Octal2611315706211137237254
Binary101100011011001101111011001010010011111110011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1592F; }

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

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

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

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

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

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

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

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