#B35B33

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

Shades of Fiery Orange #B35B33

Tints of Fiery Orange #B35B33

Color information

#B35B33 (or 0xB35B33) is unknown color: approx Fiery Orange. HEX triplet: B3, 5B and 33. RGB value is (179,91,51). Sum of RGB (Red+Green+Blue) = 179+91+51=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 91 (35.94% from 255 or 28.35% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B35B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35B33 is #4CA4CC. Grayscale: #707070. Windows color (decimal): -5022925 or 3365811. OLE color: 3365811.

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

Color convert

RGB1799151-
CMYK00.490.720.30
HSL18.75º55.65%45.1%-
HSV(B)18.75º71.51%70.2%-
XYZ22.9317.35.26-
YUV112.7593.15175.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.76%
GREEN value IS 91 (35.94% from 255) = 28.35%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=55.76%
G=28.35%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179915100.490.720.3018.7555.6545.1
HexB35B33031481E13382d
Octal2631336306111036237055
Binary101100111011011110011011000110010001111010011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35B33; }

 p { color: rgb(179,91,51); }

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

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

 a { background-color: rgb(179,91,51); }

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

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

 span { border-color: rgb(179,91,51); }

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