#B1611C

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

Shades of Fiery Orange #B1611C

Tints of Fiery Orange #B1611C

Color information

#B1611C (or 0xB1611C) is unknown color: approx Fiery Orange. HEX triplet: B1, 61 and 1C. RGB value is (177,97,28). Sum of RGB (Red+Green+Blue) = 177+97+28=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1611C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1611C is #4E9EE3. Grayscale: #717171. Windows color (decimal): -5152484 or 1860017. OLE color: 1860017.

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

Color convert

RGB1779728-
CMYK00.450.840.31
HSL27.79º72.68%40.2%-
HSV(B)27.79º84.18%69.41%-
XYZ22.6217.983.38-
YUV113.0580173.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 28 (11.33% from 255) = 9.27%
R=58.61%
G=32.12%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177972800.450.840.3127.7972.6840.2
HexB1611C02D541F1c4928
Octal26114134055124373411150
Binary101100011100001111000101101101010011111111001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1611C; }

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

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

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

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

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

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

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

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