#B1571F

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

Shades of Fiery Orange #B1571F

Tints of Fiery Orange #B1571F

Color information

#B1571F (or 0xB1571F) is unknown color: approx Fiery Orange. HEX triplet: B1, 57 and 1F. RGB value is (177,87,31). Sum of RGB (Red+Green+Blue) = 177+87+31=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B1571F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1571F is #4EA8E0. Grayscale: #6B6B6B. Windows color (decimal): -5155041 or 2054065. OLE color: 2054065.

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

Color convert

RGB1778731-
CMYK00.510.820.31
HSL23.01º70.19%40.78%-
HSV(B)23.01º82.49%69.41%-
XYZ21.7916.263.29-
YUV107.5384.82177.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 87 (34.38% from 255) = 29.49%
BLUE value IS 31 (12.5% from 255) = 10.51%
R=60%
G=29.49%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177873100.510.820.3123.0170.1940.78
HexB1571F033521F174629
Octal26112737063122372710651
Binary101100011010111111110110011101001011111101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1571F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1571F; }

 p { color: rgb(177,87,31); }

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

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

 a { background-color: rgb(177,87,31); }

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

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

 span { border-color: rgb(177,87,31); }

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