#B25C2E

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

Shades of Fiery Orange #B25C2E

Tints of Fiery Orange #B25C2E

Color information

#B25C2E (or 0xB25C2E) is unknown color: approx Fiery Orange. HEX triplet: B2, 5C and 2E. RGB value is (178,92,46). Sum of RGB (Red+Green+Blue) = 178+92+46=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C2E is #4DA3D1. Grayscale: #707070. Windows color (decimal): -5088210 or 3038386. OLE color: 3038386.

HSL color Cylindrical-coordinate representation of color #B25C2E: hue angle of 20.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B25C2E is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1789246-
CMYK00.480.740.30
HSL20.91º58.93%43.92%-
HSV(B)20.91º74.16%69.8%-
XYZ22.6817.324.73-
YUV112.4790.49174.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 46 (18.36% from 255) = 14.56%
R=56.33%
G=29.11%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178924600.480.740.3020.9158.9343.92
HexB25C2E0304A1E153b2c
Octal2621345606011236257354
Binary101100101011100101110011000010010101111010101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C2E; }

 p { color: rgb(178,92,46); }

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

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

 a { background-color: rgb(178,92,46); }

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

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

 span { border-color: rgb(178,92,46); }

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