#B25828

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

Shades of Fiery Orange #B25828

Tints of Fiery Orange #B25828

Color information

#B25828 (or 0xB25828) is unknown color: approx Fiery Orange. HEX triplet: B2, 58 and 28. RGB value is (178,88,40). Sum of RGB (Red+Green+Blue) = 178+88+40=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B25828 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25828 is #4DA7D7. Grayscale: #6D6D6D. Windows color (decimal): -5089240 or 2644146. OLE color: 2644146.

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

Color convert

RGB1788840-
CMYK00.510.780.30
HSL20.87º63.3%42.75%-
HSV(B)20.87º77.53%69.8%-
XYZ22.2316.64.04-
YUV109.4488.82176.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.17%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 40 (16.02% from 255) = 13.07%
R=58.17%
G=28.76%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178884000.510.780.3020.8763.342.75
HexB258280334E1E153f2b
Octal2621305006311636257753
Binary101100101011000101000011001110011101111010101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25828; }

 p { color: rgb(178,88,40); }

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

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

 a { background-color: rgb(178,88,40); }

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

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

 span { border-color: rgb(178,88,40); }

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