Html Css Color HEX #B4582D Fiery Orange

📋 copy color: '#B4582D'

red 180 ◦ green 88 ◦ blue 45

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

Shades of Fiery Orange #B4582D

Tints of Fiery Orange #B4582D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 57.51%
G = 28.12%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B4582D (or 0xB4582D) is known color: Fiery Orange. HEX triplet: B4, 58 and 2D. RGB value is (180,88,45). Sum of RGB (Red+Green+Blue) = 180+88+45=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B4582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4582D is #4BA7D2. Grayscale: #6E6E6E. Windows color (decimal): -4958163 or 2971828. OLE color: 2971828.

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

Color convert

RGB 180 88 45 -
CMYK 0 0.51 0.75 0.29
HSL 19.11º 0.6% 0.44% -
HSV(B) 19.11º 0.75% 0.71% -
XYZ 22.79 16.87 4.54 -
YUV 110.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 180 88 45 0 0.51 0.75 0.29 19.11 0.6 0.44
Hex B4 58 2D 0 33 4B 1D 13 3C 2C
Octal 264 130 55 0 63 113 35 23 74 54
Binary 10110100 1011000 101101 0 110011 1001011 11101 10011 111100 101100

Color Harmonies of #B4582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4582D

Black with #B4582D

Text Example


Text Example

White with #B4582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4582D; }

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

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

background-color css

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

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

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

border-color css

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

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

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