#B45C30

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

Shades of Fiery Orange #B45C30

Tints of Fiery Orange #B45C30

Color information

#B45C30 (or 0xB45C30) is unknown color: approx Fiery Orange. HEX triplet: B4, 5C and 30. RGB value is (180,92,48). Sum of RGB (Red+Green+Blue) = 180+92+48=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45C30 is #4BA3CF. Grayscale: #717171. Windows color (decimal): -4957136 or 3169460. OLE color: 3169460.

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

Color convert

RGB1809248-
CMYK00.490.730.29
HSL20º57.89%44.71%-
HSV(B)20º73.33%70.59%-
XYZ23.1817.574.97-
YUV113.391.15175.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 48 (19.14% from 255) = 15%
R=56.25%
G=28.75%
B=15%

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
Decimal180924800.490.730.292057.8944.71
HexB45C30031491D143a2d
Octal2641346006111135247255
Binary101101001011100110000011000110010011110110100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45C30; }

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

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

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

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

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

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

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

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