#B45A30

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

Shades of Fiery Orange #B45A30

Tints of Fiery Orange #B45A30

Color information

#B45A30 (or 0xB45A30) is unknown color: approx Fiery Orange. HEX triplet: B4, 5A and 30. RGB value is (180,90,48). Sum of RGB (Red+Green+Blue) = 180+90+48=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A30 is #4BA5CF. Grayscale: #707070. Windows color (decimal): -4957648 or 3168948. OLE color: 3168948.

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

Color convert

RGB1809048-
CMYK00.500.730.29
HSL19.09º57.89%44.71%-
HSV(B)19.09º73.33%70.59%-
XYZ23.0117.234.91-
YUV112.1291.82176.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 48 (19.14% from 255) = 15.09%
R=56.60%
G=28.30%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180904800.500.730.2919.0957.8944.71
HexB45A30032491D133a2d
Octal2641326006211135237255
Binary101101001011010110000011001010010011110110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A30; }

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

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

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

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

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

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

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

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