#B3632E

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

Shades of Fiery Orange #B3632E

Tints of Fiery Orange #B3632E

Color information

#B3632E (or 0xB3632E) is unknown color: approx Fiery Orange. HEX triplet: B3, 63 and 2E. RGB value is (179,99,46). Sum of RGB (Red+Green+Blue) = 179+99+46=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3632E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3632E is #4C9CD1. Grayscale: #757575. Windows color (decimal): -5020882 or 3040179. OLE color: 3040179.

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

Color convert

RGB1799946-
CMYK00.450.740.30
HSL23.91º59.11%44.12%-
HSV(B)23.91º74.3%70.2%-
XYZ23.5518.74.95-
YUV116.8888172.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.25%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 46 (18.36% from 255) = 14.20%
R=55.25%
G=30.56%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179994600.450.740.3023.9159.1144.12
HexB3632E02D4A1E183b2c
Octal2631435605511236307354
Binary101100111100011101110010110110010101111011000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3632E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3632E; }

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

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

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

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

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

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

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

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