#B35A2D

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

Shades of Fiery Orange #B35A2D

Tints of Fiery Orange #B35A2D

Color information

#B35A2D (or 0xB35A2D) is unknown color: approx Fiery Orange. HEX triplet: B3, 5A and 2D. RGB value is (179,90,45). Sum of RGB (Red+Green+Blue) = 179+90+45=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A2D is #4CA5D2. Grayscale: #6F6F6F. Windows color (decimal): -5023187 or 2972339. OLE color: 2972339.

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

Color convert

RGB1799045-
CMYK00.500.750.30
HSL20.15º59.82%43.92%-
HSV(B)20.15º74.86%70.2%-
XYZ22.7217.094.58-
YUV111.4890.49176.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 45 (17.97% from 255) = 14.33%
R=57.01%
G=28.66%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179904500.500.750.3020.1559.8243.92
HexB35A2D0324B1E143c2c
Octal2631325506211336247454
Binary101100111011010101101011001010010111111010100111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A2D; }

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

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

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

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

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

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

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

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