#B45A2A

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

Shades of Fiery Orange #B45A2A

Tints of Fiery Orange #B45A2A

Color information

#B45A2A (or 0xB45A2A) is unknown color: approx Fiery Orange. HEX triplet: B4, 5A and 2A. RGB value is (180,90,42). Sum of RGB (Red+Green+Blue) = 180+90+42=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A2A is #4BA5D5. Grayscale: #6F6F6F. Windows color (decimal): -4957654 or 2775732. OLE color: 2775732.

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

Color convert

RGB1809042-
CMYK00.500.770.29
HSL20.87º62.16%43.53%-
HSV(B)20.87º76.67%70.59%-
XYZ22.917.184.3-
YUV111.4488.82176.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 57.69%
GREEN value IS 90 (35.55% from 255) = 28.85%
BLUE value IS 42 (16.80% from 255) = 13.46%
R=57.69%
G=28.85%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180904200.500.770.2920.8762.1643.53
HexB45A2A0324D1D153e2c
Octal2641325206211535257654
Binary101101001011010101010011001010011011110110101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A2A; }

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

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

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

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

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

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

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

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