#B3601D

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

Shades of Fiery Orange #B3601D

Tints of Fiery Orange #B3601D

Color information

#B3601D (or 0xB3601D) is unknown color: approx Fiery Orange. HEX triplet: B3, 60 and 1D. RGB value is (179,96,29). Sum of RGB (Red+Green+Blue) = 179+96+29=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B3601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3601D is #4C9FE2. Grayscale: #717171. Windows color (decimal): -5021667 or 1925299. OLE color: 1925299.

HSL color Cylindrical-coordinate representation of color #B3601D: hue angle of 26.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3601D is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB1799629-
CMYK00.460.840.30
HSL26.8º72.12%40.78%-
HSV(B)26.8º83.8%70.2%-
XYZ2318.043.43-
YUV113.1880.5174.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.88%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 29 (11.72% from 255) = 9.54%
R=58.88%
G=31.58%
B=9.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179962900.460.840.3026.872.1240.78
HexB3601D02E541E1b4829
Octal26314035056124363311051
Binary101100111100000111010101110101010011110110111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3601D; }

 p { color: rgb(179,96,29); }

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

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

 a { background-color: rgb(179,96,29); }

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

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

 span { border-color: rgb(179,96,29); }

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