#B3622D

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

Shades of Fiery Orange #B3622D

Tints of Fiery Orange #B3622D

Color information

#B3622D (or 0xB3622D) is unknown color: approx Fiery Orange. HEX triplet: B3, 62 and 2D. RGB value is (179,98,45). Sum of RGB (Red+Green+Blue) = 179+98+45=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3622D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3622D is #4C9DD2. Grayscale: #747474. Windows color (decimal): -5021139 or 2974387. OLE color: 2974387.

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

Color convert

RGB1799845-
CMYK00.450.750.30
HSL23.73º59.82%43.92%-
HSV(B)23.73º74.86%70.2%-
XYZ23.4318.514.82-
YUV116.1887.84172.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.59%
GREEN value IS 98 (38.67% from 255) = 30.43%
BLUE value IS 45 (17.97% from 255) = 13.98%
R=55.59%
G=30.43%
B=13.98%

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
Decimal179984500.450.750.3023.7359.8243.92
HexB3622D02D4B1E183c2c
Octal2631425505511336307454
Binary101100111100010101101010110110010111111011000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3622D; }

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

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

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

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

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

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

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

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