#B1612A

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

Shades of Fiery Orange #B1612A

Tints of Fiery Orange #B1612A

Color information

#B1612A (or 0xB1612A) is unknown color: approx Fiery Orange. HEX triplet: B1, 61 and 2A. RGB value is (177,97,42). Sum of RGB (Red+Green+Blue) = 177+97+42=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B1612A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1612A is #4E9ED5. Grayscale: #727272. Windows color (decimal): -5152470 or 2777521. OLE color: 2777521.

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

Color convert

RGB1779742-
CMYK00.450.760.31
HSL24.44º61.64%42.94%-
HSV(B)24.44º76.27%69.41%-
XYZ22.8218.064.47-
YUV114.6587172.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 42 (16.80% from 255) = 13.29%
R=56.01%
G=30.70%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177974200.450.760.3124.4461.6442.94
HexB1612A02D4C1F183e2b
Octal2611415205511437307653
Binary101100011100001101010010110110011001111111000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1612A; }

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

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

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

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

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

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

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

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