Html Css Color HEX #B45430 Fiery Orange

📋 copy color: '#B45430'

red 180 ◦ green 84 ◦ blue 48

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

Shades of Fiery Orange #B45430

Tints of Fiery Orange #B45430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 57.69%
G = 26.92%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B45430 (or 0xB45430) is known color: Fiery Orange. HEX triplet: B4, 54 and 30. RGB value is (180,84,48). Sum of RGB (Red+Green+Blue) = 180+84+48=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B45430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45430 is #4BABCF. Grayscale: #6C6C6C. Windows color (decimal): -4959184 or 3167412. OLE color: 3167412.

HSL color Cylindrical-coordinate representation of color #B45430: hue angle of 16.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B45430 is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 84 48 -
CMYK 0 0.53 0.73 0.29
HSL 16.36º 0.58% 0.45% -
HSV(B) 16.36º 0.73% 0.71% -
XYZ 22.53 16.26 4.75 -
YUV 108.6 93.8 178.93 -
System Red Green Blue C M Y K H S L
Decimal 180 84 48 0 0.53 0.73 0.29 16.36 0.58 0.45
Hex B4 54 30 0 35 49 1D 10 3A 2D
Octal 264 124 60 0 65 111 35 20 72 55
Binary 10110100 1010100 110000 0 110101 1001001 11101 10000 111010 101101

Color Harmonies of #B45430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45430

Black with #B45430

Text Example


Text Example

White with #B45430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45430; }

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

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

background-color css

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

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

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

border-color css

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

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

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