#B3582F

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

Shades of Fiery Orange #B3582F

Tints of Fiery Orange #B3582F

Color information

#B3582F (or 0xB3582F) is unknown color: approx Fiery Orange. HEX triplet: B3, 58 and 2F. RGB value is (179,88,47). Sum of RGB (Red+Green+Blue) = 179+88+47=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B3582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3582F is #4CA7D0. Grayscale: #6E6E6E. Windows color (decimal): -5023697 or 3102899. OLE color: 3102899.

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

Color convert

RGB1798847-
CMYK00.510.740.30
HSL18.64º58.41%44.31%-
HSV(B)18.64º73.74%70.2%-
XYZ22.5916.774.74-
YUV110.5492.15176.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 88 (34.77% from 255) = 28.03%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=57.01%
G=28.03%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179884700.510.740.3018.6458.4144.31
HexB3582F0334A1E133a2c
Octal2631305706311236237254
Binary101100111011000101111011001110010101111010011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3582F; }

 p { color: rgb(179,88,47); }

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

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

 a { background-color: rgb(179,88,47); }

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

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

 span { border-color: rgb(179,88,47); }

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