#B3582E

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

Shades of Fiery Orange #B3582E

Tints of Fiery Orange #B3582E

Color information

#B3582E (or 0xB3582E) is unknown color: approx Fiery Orange. HEX triplet: B3, 58 and 2E. RGB value is (179,88,46). Sum of RGB (Red+Green+Blue) = 179+88+46=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B3582E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3582E is #4CA7D1. Grayscale: #6E6E6E. Windows color (decimal): -5023698 or 3037363. OLE color: 3037363.

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

Color convert

RGB1798846-
CMYK00.510.740.30
HSL18.95º59.11%44.12%-
HSV(B)18.95º74.3%70.2%-
XYZ22.5716.764.63-
YUV110.4291.65176.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.19%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=57.19%
G=28.12%
B=14.70%

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
Decimal179884600.510.740.3018.9559.1144.12
HexB3582E0334A1E133b2c
Octal2631305606311236237354
Binary101100111011000101110011001110010101111010011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3582E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3582E; }

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

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

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

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

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

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

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

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