Html Css Color HEX #B45A1A Fiery Orange

📋 copy color: '#B45A1A'

red 180 ◦ green 90 ◦ blue 26

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

Shades of Fiery Orange #B45A1A

Tints of Fiery Orange #B45A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 26 (10.55% from 255) = 8.78%

R = 60.81%
G = 30.41%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B45A1A (or 0xB45A1A) is known color: Fiery Orange. HEX triplet: B4, 5A and 1A. RGB value is (180,90,26). Sum of RGB (Red+Green+Blue) = 180+90+26=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45A1A is #4BA5E5. Grayscale: #6D6D6D. Windows color (decimal): -4957670 or 1727156. OLE color: 1727156.

HSL color Cylindrical-coordinate representation of color #B45A1A: hue angle of 24.94º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B45A1A is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 90 26 -
CMYK 0 0.50 0.86 0.29
HSL 24.94º 0.75% 0.4% -
HSV(B) 24.94º 0.86% 0.71% -
XYZ 22.67 17.09 3.08 -
YUV 109.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 180 90 26 0 0.50 0.86 0.29 24.94 0.75 0.4
Hex B4 5A 1A 0 32 56 1D 19 4B 28
Octal 264 132 32 0 62 126 35 31 113 50
Binary 10110100 1011010 11010 0 110010 1010110 11101 11001 1001011 101000

Color Harmonies of #B45A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45A1A

Black with #B45A1A

Text Example


Text Example

White with #B45A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45A1A; }

 p { color: rgb(180,90,26); }

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

background-color css

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

 a { background-color: rgb(180,90,26); }

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

border-color css

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

 span { border-color: rgb(180,90,26); }

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