#B3622C

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

Shades of Fiery Orange #B3622C

Tints of Fiery Orange #B3622C

Color information

#B3622C (or 0xB3622C) is unknown color: approx Fiery Orange. HEX triplet: B3, 62 and 2C. RGB value is (179,98,44). Sum of RGB (Red+Green+Blue) = 179+98+44=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3622C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3622C is #4C9DD3. Grayscale: #747474. Windows color (decimal): -5021140 or 2908851. OLE color: 2908851.

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

Color convert

RGB1799844-
CMYK00.450.750.30
HSL24º60.54%43.73%-
HSV(B)24º75.42%70.2%-
XYZ23.4118.54.72-
YUV116.0687.34172.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.76%
GREEN value IS 98 (38.67% from 255) = 30.53%
BLUE value IS 44 (17.58% from 255) = 13.71%
R=55.76%
G=30.53%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179984400.450.750.302460.5443.73
HexB3622C02D4B1E183d2c
Octal2631425405511336307554
Binary101100111100010101100010110110010111111011000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3622C; }

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

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

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

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

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

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

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

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