Html Css Color HEX #B45B1C Fiery Orange

📋 copy color: '#B45B1C'

red 180 ◦ green 91 ◦ blue 28

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

Shades of Fiery Orange #B45B1C

Tints of Fiery Orange #B45B1C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.43%

 BLUE value IS 28 (11.33% from 255) = 9.36%

R = 60.2%
G = 30.43%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B45B1C (or 0xB45B1C) is known color: Fiery Orange. HEX triplet: B4, 5B and 1C. RGB value is (180,91,28). Sum of RGB (Red+Green+Blue) = 180+91+28=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45B1C is #4BA4E3. Grayscale: #6E6E6E. Windows color (decimal): -4957412 or 1858484. OLE color: 1858484.

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

Color convert

RGB 180 91 28 -
CMYK 0 0.49 0.84 0.29
HSL 24.87º 0.73% 0.41% -
HSV(B) 24.87º 0.84% 0.71% -
XYZ 22.77 17.27 3.23 -
YUV 110.43 81.49 177.62 -
System Red Green Blue C M Y K H S L
Decimal 180 91 28 0 0.49 0.84 0.29 24.87 0.73 0.41
Hex B4 5B 1C 0 31 54 1D 19 49 29
Octal 264 133 34 0 61 124 35 31 111 51
Binary 10110100 1011011 11100 0 110001 1010100 11101 11001 1001001 101001

Color Harmonies of #B45B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45B1C

Black with #B45B1C

Text Example


Text Example

White with #B45B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45B1C; }

 p { color: rgb(180,91,28); }

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

background-color css

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

 a { background-color: rgb(180,91,28); }

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

border-color css

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

 span { border-color: rgb(180,91,28); }

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