#B2571C

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

Shades of Fiery Orange #B2571C

Tints of Fiery Orange #B2571C

Color information

#B2571C (or 0xB2571C) is unknown color: approx Fiery Orange. HEX triplet: B2, 57 and 1C. RGB value is (178,87,28). Sum of RGB (Red+Green+Blue) = 178+87+28=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2571C is #4DA8E3. Grayscale: #6B6B6B. Windows color (decimal): -5089508 or 1857458. OLE color: 1857458.

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

Color convert

RGB1788728-
CMYK00.510.840.30
HSL23.6º72.82%40.39%-
HSV(B)23.6º84.27%69.8%-
XYZ21.9816.373.1-
YUV107.4883.15178.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.75%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 28 (11.33% from 255) = 9.56%
R=60.75%
G=29.69%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178872800.510.840.3023.672.8240.39
HexB2571C033541E184928
Octal26212734063124363011150
Binary101100101010111111000110011101010011110110001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2571C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2571C; }

 p { color: rgb(178,87,28); }

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

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

 a { background-color: rgb(178,87,28); }

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

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

 span { border-color: rgb(178,87,28); }

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