#B35D2B

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

Shades of Fiery Orange #B35D2B

Tints of Fiery Orange #B35D2B

Color information

#B35D2B (or 0xB35D2B) is unknown color: approx Fiery Orange. HEX triplet: B3, 5D and 2B. RGB value is (179,93,43). Sum of RGB (Red+Green+Blue) = 179+93+43=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35D2B is #4CA2D4. Grayscale: #717171. Windows color (decimal): -5022421 or 2842035. OLE color: 2842035.

HSL color Cylindrical-coordinate representation of color #B35D2B: hue angle of 22.06º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B35D2B is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB1799343-
CMYK00.480.760.30
HSL22.06º61.26%43.53%-
HSV(B)22.06º75.98%70.2%-
XYZ22.9417.594.47-
YUV113.0188.49175.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.83%
GREEN value IS 93 (36.72% from 255) = 29.52%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=56.83%
G=29.52%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179934300.480.760.3022.0661.2643.53
HexB35D2B0304C1E163d2c
Octal2631355306011436267554
Binary101100111011101101011011000010011001111010110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35D2B; }

 p { color: rgb(179,93,43); }

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

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

 a { background-color: rgb(179,93,43); }

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

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

 span { border-color: rgb(179,93,43); }

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