#B1612E

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

Shades of Fiery Orange #B1612E

Tints of Fiery Orange #B1612E

Color information

#B1612E (or 0xB1612E) is unknown color: approx Fiery Orange. HEX triplet: B1, 61 and 2E. RGB value is (177,97,46). Sum of RGB (Red+Green+Blue) = 177+97+46=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1612E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1612E is #4E9ED1. Grayscale: #737373. Windows color (decimal): -5152466 or 3039665. OLE color: 3039665.

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

Color convert

RGB1779746-
CMYK00.450.740.31
HSL23.36º58.74%43.73%-
HSV(B)23.36º74.01%69.41%-
XYZ22.918.094.87-
YUV115.1189172.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.31%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 46 (18.36% from 255) = 14.38%
R=55.31%
G=30.31%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177974600.450.740.3123.3658.7443.73
HexB1612E02D4A1F173b2c
Octal2611415605511237277354
Binary101100011100001101110010110110010101111110111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1612E; }

 p { color: rgb(177,97,46); }

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

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

 a { background-color: rgb(177,97,46); }

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

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

 span { border-color: rgb(177,97,46); }

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