Html Css Color HEX #B45424 Fiery Orange

📋 copy color: '#B45424'

red 180 ◦ green 84 ◦ blue 36

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

Shades of Fiery Orange #B45424

Tints of Fiery Orange #B45424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

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

R = 60%
G = 28%
B = 12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B45424 (or 0xB45424) is known color: Fiery Orange. HEX triplet: B4, 54 and 24. RGB value is (180,84,36). Sum of RGB (Red+Green+Blue) = 180+84+36=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B45424 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45424 is #4BABDB. Grayscale: #6B6B6B. Windows color (decimal): -4959196 or 2380980. OLE color: 2380980.

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

Color convert

RGB 180 84 36 -
CMYK 0 0.53 0.8 0.29
HSL 20º 0.67% 0.42% -
HSV(B) 20º 0.8% 0.71% -
XYZ 22.31 16.17 3.61 -
YUV 107.23 87.8 179.9 -
System Red Green Blue C M Y K H S L
Decimal 180 84 36 0 0.53 0.8 0.29 20 0.67 0.42
Hex B4 54 24 0 35 50 1D 14 43 2A
Octal 264 124 44 0 65 120 35 24 103 52
Binary 10110100 1010100 100100 0 110101 1010000 11101 10100 1000011 101010

Color Harmonies of #B45424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45424

Black with #B45424

Text Example


Text Example

White with #B45424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45424; }

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

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

background-color css

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

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

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

border-color css

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

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

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