#B4572D

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

Shades of Fiery Orange #B4572D

Tints of Fiery Orange #B4572D

Color information

#B4572D (or 0xB4572D) is unknown color: approx Fiery Orange. HEX triplet: B4, 57 and 2D. RGB value is (180,87,45). Sum of RGB (Red+Green+Blue) = 180+87+45=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4572D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4572D is #4BA8D2. Grayscale: #6E6E6E. Windows color (decimal): -4958419 or 2971572. OLE color: 2971572.

HSL color Cylindrical-coordinate representation of color #B4572D: hue angle of 18.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4572D is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB1808745-
CMYK00.520.750.29
HSL18.67º60%44.12%-
HSV(B)18.67º75%70.59%-
XYZ22.716.714.51-
YUV110.0291.31177.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 45 (17.97% from 255) = 14.42%
R=57.69%
G=27.88%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180874500.520.750.2918.676044.12
HexB4572D0344B1D133c2c
Octal2641275506411335237454
Binary101101001010111101101011010010010111110110011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4572D; }

 p { color: rgb(180,87,45); }

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

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

 a { background-color: rgb(180,87,45); }

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

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

 span { border-color: rgb(180,87,45); }

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