#B1601E

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

Shades of Fiery Orange #B1601E

Tints of Fiery Orange #B1601E

Color information

#B1601E (or 0xB1601E) is unknown color: approx Fiery Orange. HEX triplet: B1, 60 and 1E. RGB value is (177,96,30). Sum of RGB (Red+Green+Blue) = 177+96+30=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 30 (12.11% from 255 or 9.90% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1601E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1601E is #4E9FE1. Grayscale: #717171. Windows color (decimal): -5152738 or 1990833. OLE color: 1990833.

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

Color convert

RGB1779630-
CMYK00.460.830.31
HSL26.94º71.01%40.59%-
HSV(B)26.94º83.05%69.41%-
XYZ22.5517.813.48-
YUV112.781.34173.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 30 (12.11% from 255) = 9.90%
R=58.42%
G=31.68%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177963000.460.830.3126.9471.0140.59
HexB1601E02E531F1b4729
Octal26114036056123373310751
Binary101100011100000111100101110101001111111110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1601E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1601E; }

 p { color: rgb(177,96,30); }

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

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

 a { background-color: rgb(177,96,30); }

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

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

 span { border-color: rgb(177,96,30); }

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