#B45525

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

Shades of Fiery Orange #B45525

Tints of Fiery Orange #B45525

Color information

#B45525 (or 0xB45525) is unknown color: approx Fiery Orange. HEX triplet: B4, 55 and 25. RGB value is (180,85,37). Sum of RGB (Red+Green+Blue) = 180+85+37=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B45525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45525 is #4BAADA. Grayscale: #6C6C6C. Windows color (decimal): -4958939 or 2446772. OLE color: 2446772.

HSL color Cylindrical-coordinate representation of color #B45525: hue angle of 20.14º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B45525 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB1808537-
CMYK00.530.790.29
HSL20.14º65.9%42.55%-
HSV(B)20.14º79.44%70.59%-
XYZ22.416.333.72-
YUV107.9387.97179.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 37 (14.84% from 255) = 12.25%
R=59.60%
G=28.15%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180853700.530.790.2920.1465.942.55
HexB455250354F1D14422b
Octal26412545065117352410253
Binary1011010010101011001010110101100111111101101001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45525; }

 p { color: rgb(180,85,37); }

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

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

 a { background-color: rgb(180,85,37); }

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

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

 span { border-color: rgb(180,85,37); }

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