#B3582C

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

Shades of Fiery Orange #B3582C

Tints of Fiery Orange #B3582C

Color information

#B3582C (or 0xB3582C) is unknown color: approx Fiery Orange. HEX triplet: B3, 58 and 2C. RGB value is (179,88,44). Sum of RGB (Red+Green+Blue) = 179+88+44=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3582C is #4CA7D3. Grayscale: #6E6E6E. Windows color (decimal): -5023700 or 2906291. OLE color: 2906291.

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

Color convert

RGB1798844-
CMYK00.510.750.30
HSL19.56º60.54%43.73%-
HSV(B)19.56º75.42%70.2%-
XYZ22.5316.754.43-
YUV110.1990.65177.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.56%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=57.56%
G=28.30%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179884400.510.750.3019.5660.5443.73
HexB3582C0334B1E143d2c
Octal2631305406311336247554
Binary101100111011000101100011001110010111111010100111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3582C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3582C; }

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

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

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

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

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

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

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

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