Html Css Color HEX #B4582A Fiery Orange

📋 copy color: '#B4582A'

red 180 ◦ green 88 ◦ blue 42

#B4582A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #B4582A

Tints of Fiery Orange #B4582A

RGB

 RED value IS 180 (70.7% from 255) = 58.06%

 GREEN value IS 88 (34.77% from 255) = 28.39%

 BLUE value IS 42 (16.8% from 255) = 13.55%

R = 58.06%
G = 28.39%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B4582A (or 0xB4582A) is known color: Fiery Orange. HEX triplet: B4, 58 and 2A. RGB value is (180,88,42). Sum of RGB (Red+Green+Blue) = 180+88+42=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4582A is #4BA7D5. Grayscale: #6E6E6E. Windows color (decimal): -4958166 or 2775220. OLE color: 2775220.

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

Color convert

RGB 180 88 42 -
CMYK 0 0.51 0.77 0.29
HSL 20º 0.62% 0.44% -
HSV(B) 20º 0.77% 0.71% -
XYZ 22.73 16.85 4.24 -
YUV 110.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 180 88 42 0 0.51 0.77 0.29 20 0.62 0.44
Hex B4 58 2A 0 33 4D 1D 14 3E 2C
Octal 264 130 52 0 63 115 35 24 76 54
Binary 10110100 1011000 101010 0 110011 1001101 11101 10100 111110 101100

Color Harmonies of #B4582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4582A

Black with #B4582A

Text Example


Text Example

White with #B4582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4582A; }

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

 H1.HeaderClassName
 {
   color: #B4582A;
 }
 .AnyTagClassName
 {
   color: #B4582A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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