#B25E2B

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

Shades of Fiery Orange #B25E2B

Tints of Fiery Orange #B25E2B

Color information

#B25E2B (or 0xB25E2B) is unknown color: approx Fiery Orange. HEX triplet: B2, 5E and 2B. RGB value is (178,94,43). Sum of RGB (Red+Green+Blue) = 178+94+43=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25E2B is #4DA1D4. Grayscale: #717171. Windows color (decimal): -5087701 or 2842290. OLE color: 2842290.

HSL color Cylindrical-coordinate representation of color #B25E2B: hue angle of 22.67º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B25E2B is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1789443-
CMYK00.470.760.30
HSL22.67º61.09%43.33%-
HSV(B)22.67º75.84%69.8%-
XYZ22.817.644.49-
YUV113.388.33174.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=56.51%
G=29.84%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178944300.470.760.3022.6761.0943.33
HexB25E2B02F4C1E173d2b
Octal2621365305711436277553
Binary101100101011110101011010111110011001111010111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25E2B; }

 p { color: rgb(178,94,43); }

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

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

 a { background-color: rgb(178,94,43); }

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

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

 span { border-color: rgb(178,94,43); }

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