#B1572F

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

Shades of Fiery Orange #B1572F

Tints of Fiery Orange #B1572F

Color information

#B1572F (or 0xB1572F) is unknown color: approx Fiery Orange. HEX triplet: B1, 57 and 2F. RGB value is (177,87,47). Sum of RGB (Red+Green+Blue) = 177+87+47=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1572F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1572F is #4EA8D0. Grayscale: #6D6D6D. Windows color (decimal): -5155025 or 3102641. OLE color: 3102641.

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

Color convert

RGB1778747-
CMYK00.510.730.31
HSL18.46º58.04%43.92%-
HSV(B)18.46º73.45%69.41%-
XYZ22.0516.374.69-
YUV109.3592.82176.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.91%
GREEN value IS 87 (34.38% from 255) = 27.97%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=56.91%
G=27.97%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177874700.510.730.3118.4658.0443.92
HexB1572F033491F123a2c
Octal2611275706311137227254
Binary101100011010111101111011001110010011111110010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1572F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1572F; }

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

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

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

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

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

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

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

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