#B25C23

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

Shades of Fiery Orange #B25C23

Tints of Fiery Orange #B25C23

Color information

#B25C23 (or 0xB25C23) is unknown color: approx Fiery Orange. HEX triplet: B2, 5C and 23. RGB value is (178,92,35). Sum of RGB (Red+Green+Blue) = 178+92+35=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25C23 is #4DA3DC. Grayscale: #6F6F6F. Windows color (decimal): -5088221 or 2317490. OLE color: 2317490.

HSL color Cylindrical-coordinate representation of color #B25C23: hue angle of 23.92º degrees, saturation: 0.67, 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 #B25C23 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB1789235-
CMYK00.480.800.30
HSL23.92º67.14%41.76%-
HSV(B)23.92º80.34%69.8%-
XYZ22.4917.243.73-
YUV111.2284.99175.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.36%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 35 (14.06% from 255) = 11.48%
R=58.36%
G=30.16%
B=11.48%

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
Decimal178923500.480.800.3023.9267.1441.76
HexB25C23030501E18432a
Octal26213443060120363010352
Binary1011001010111001000110110000101000011110110001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25C23; }

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

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

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

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

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

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

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

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