#B3592F

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

Shades of Fiery Orange #B3592F

Tints of Fiery Orange #B3592F

Color information

#B3592F (or 0xB3592F) is unknown color: approx Fiery Orange. HEX triplet: B3, 59 and 2F. RGB value is (179,89,47). Sum of RGB (Red+Green+Blue) = 179+89+47=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B3592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3592F is #4CA6D0. Grayscale: #6F6F6F. Windows color (decimal): -5023441 or 3103155. OLE color: 3103155.

HSL color Cylindrical-coordinate representation of color #B3592F: hue angle of 19.09º 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 #B3592F is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB1798947-
CMYK00.500.740.30
HSL19.09º58.41%44.31%-
HSV(B)19.09º73.74%70.2%-
XYZ22.6816.934.76-
YUV111.1291.82176.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 47 (18.75% from 255) = 14.92%
R=56.83%
G=28.25%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179894700.500.740.3019.0958.4144.31
HexB3592F0324A1E133a2c
Octal2631315706211236237254
Binary101100111011001101111011001010010101111010011111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3592F; }

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

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

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

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

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

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

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

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