#B25D1B

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

Shades of Fiery Orange #B25D1B

Tints of Fiery Orange #B25D1B

Color information

#B25D1B (or 0xB25D1B) is unknown color: approx Fiery Orange. HEX triplet: B2, 5D and 1B. RGB value is (178,93,27). Sum of RGB (Red+Green+Blue) = 178+93+27=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D1B is #4DA2E4. Grayscale: #6F6F6F. Windows color (decimal): -5087973 or 1793458. OLE color: 1793458.

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

Color convert

RGB1789327-
CMYK00.480.850.30
HSL26.23º73.66%40.2%-
HSV(B)26.23º84.83%69.8%-
XYZ22.4717.373.21-
YUV110.8980.66175.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.73%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 27 (10.94% from 255) = 9.06%
R=59.73%
G=31.21%
B=9.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178932700.480.850.3026.2373.6640.2
HexB25D1B030551E1a4a28
Octal26213533060125363211250
Binary101100101011101110110110000101010111110110101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25D1B; }

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

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

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

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

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

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

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

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