#B45A35

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

Shades of Fiery Orange #B45A35

Tints of Fiery Orange #B45A35

Color information

#B45A35 (or 0xB45A35) is unknown color: approx Fiery Orange. HEX triplet: B4, 5A and 35. RGB value is (180,90,53). Sum of RGB (Red+Green+Blue) = 180+90+53=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A35 is #4BA5CA. Grayscale: #707070. Windows color (decimal): -4957643 or 3496628. OLE color: 3496628.

HSL color Cylindrical-coordinate representation of color #B45A35: hue angle of 17.48º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B45A35 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB1809053-
CMYK00.500.710.29
HSL17.48º54.51%45.69%-
HSV(B)17.48º70.56%70.59%-
XYZ23.1217.275.48-
YUV112.6994.32176.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.73%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=55.73%
G=27.86%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180905300.500.710.2917.4854.5145.69
HexB45A35032471D11372e
Octal2641326506210735216756
Binary101101001011010110101011001010001111110110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A35; }

 p { color: rgb(180,90,53); }

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

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

 a { background-color: rgb(180,90,53); }

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

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

 span { border-color: rgb(180,90,53); }

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