#B35C31

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

Shades of Fiery Orange #B35C31

Tints of Fiery Orange #B35C31

Color information

#B35C31 (or 0xB35C31) is unknown color: approx Fiery Orange. HEX triplet: B3, 5C and 31. RGB value is (179,92,49). Sum of RGB (Red+Green+Blue) = 179+92+49=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C31 is #4CA3CE. Grayscale: #717171. Windows color (decimal): -5022671 or 3234995. OLE color: 3234995.

HSL color Cylindrical-coordinate representation of color #B35C31: hue angle of 19.85º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B35C31 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB1799249-
CMYK00.490.730.30
HSL19.85º57.02%44.71%-
HSV(B)19.85º72.63%70.2%-
XYZ22.9717.465.07-
YUV113.1191.82175-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.94%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 49 (19.53% from 255) = 15.31%
R=55.94%
G=28.75%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179924900.490.730.3019.8557.0244.71
HexB35C31031491E14392d
Octal2631346106111136247155
Binary101100111011100110001011000110010011111010100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C31; }

 p { color: rgb(179,92,49); }

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

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

 a { background-color: rgb(179,92,49); }

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

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

 span { border-color: rgb(179,92,49); }

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