#B45B30

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

Shades of Fiery Orange #B45B30

Tints of Fiery Orange #B45B30

Color information

#B45B30 (or 0xB45B30) is unknown color: approx Fiery Orange. HEX triplet: B4, 5B and 30. RGB value is (180,91,48). Sum of RGB (Red+Green+Blue) = 180+91+48=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B30 is #4BA4CF. Grayscale: #707070. Windows color (decimal): -4957392 or 3169204. OLE color: 3169204.

HSL color Cylindrical-coordinate representation of color #B45B30: hue angle of 19.55º 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 #B45B30 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB1809148-
CMYK00.490.730.29
HSL19.55º57.89%44.71%-
HSV(B)19.55º73.33%70.59%-
XYZ23.117.44.94-
YUV112.7191.49176-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 48 (19.14% from 255) = 15.05%
R=56.43%
G=28.53%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180914800.490.730.2919.5557.8944.71
HexB45B30031491D143a2d
Octal2641336006111135247255
Binary101101001011011110000011000110010011110110100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B30; }

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

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

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

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

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

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

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

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