Html Css Color HEX #B45D24 Fiery Orange

📋 copy color: '#B45D24'

red 180 ◦ green 93 ◦ blue 36

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

Shades of Fiery Orange #B45D24

Tints of Fiery Orange #B45D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.1%

 BLUE value IS 36 (14.45% from 255) = 11.65%

R = 58.25%
G = 30.1%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B45D24 (or 0xB45D24) is known color: Fiery Orange. HEX triplet: B4, 5D and 24. RGB value is (180,93,36). Sum of RGB (Red+Green+Blue) = 180+93+36=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45D24 is #4BA2DB. Grayscale: #707070. Windows color (decimal): -4956892 or 2383284. OLE color: 2383284.

HSL color Cylindrical-coordinate representation of color #B45D24: hue angle of 23.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B45D24 is Cyan = 0, Magento = 0.48, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 93 36 -
CMYK 0 0.48 0.8 0.29
HSL 23.75º 0.67% 0.42% -
HSV(B) 23.75º 0.8% 0.71% -
XYZ 23.06 17.66 3.86 -
YUV 112.52 84.82 176.13 -
System Red Green Blue C M Y K H S L
Decimal 180 93 36 0 0.48 0.8 0.29 23.75 0.67 0.42
Hex B4 5D 24 0 30 50 1D 18 43 2A
Octal 264 135 44 0 60 120 35 30 103 52
Binary 10110100 1011101 100100 0 110000 1010000 11101 11000 1000011 101010

Color Harmonies of #B45D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45D24

Black with #B45D24

Text Example


Text Example

White with #B45D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45D24; }

 p { color: rgb(180,93,36); }

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

background-color css

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

 a { background-color: rgb(180,93,36); }

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

border-color css

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

 span { border-color: rgb(180,93,36); }

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