#B25D24

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

Shades of Fiery Orange #B25D24

Tints of Fiery Orange #B25D24

Color information

#B25D24 (or 0xB25D24) is unknown color: approx Fiery Orange. HEX triplet: B2, 5D and 24. RGB value is (178,93,36). Sum of RGB (Red+Green+Blue) = 178+93+36=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D24 is #4DA2DB. Grayscale: #707070. Windows color (decimal): -5087964 or 2383282. OLE color: 2383282.

HSL color Cylindrical-coordinate representation of color #B25D24: hue angle of 24.08º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B25D24 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1789336-
CMYK00.480.800.30
HSL24.08º66.36%41.96%-
HSV(B)24.08º79.78%69.8%-
XYZ22.5917.423.84-
YUV111.9285.16175.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 93 (36.72% from 255) = 30.29%
BLUE value IS 36 (14.45% from 255) = 11.73%
R=57.98%
G=30.29%
B=11.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178933600.480.800.3024.0866.3641.96
HexB25D24030501E18422a
Octal26213544060120363010252
Binary1011001010111011001000110000101000011110110001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D24; }

 p { color: rgb(178,93,36); }

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

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

 a { background-color: rgb(178,93,36); }

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

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

 span { border-color: rgb(178,93,36); }

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