Html Css Color HEX #B35A24 Fiery Orange

📋 copy color: '#B35A24'

red 179 ◦ green 90 ◦ blue 36

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

Shades of Fiery Orange #B35A24

Tints of Fiery Orange #B35A24

RGB

 RED value IS 179 (70.31% from 255) = 58.69%

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

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

R = 58.69%
G = 29.51%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B35A24 (or 0xB35A24) is known color: Fiery Orange. HEX triplet: B3, 5A and 24. RGB value is (179,90,36). Sum of RGB (Red+Green+Blue) = 179+90+36=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A24 is #4CA5DB. Grayscale: #6E6E6E. Windows color (decimal): -5023196 or 2382515. OLE color: 2382515.

HSL color Cylindrical-coordinate representation of color #B35A24: hue angle of 22.66º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B35A24 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 90 36 -
CMYK 0 0.50 0.80 0.30
HSL 22.66º 0.67% 0.42% -
HSV(B) 22.66º 0.8% 0.7% -
XYZ 22.57 17.02 3.77 -
YUV 110.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 179 90 36 0 0.50 0.80 0.30 22.66 0.67 0.42
Hex B3 5A 24 0 32 50 1E 17 43 2A
Octal 263 132 44 0 62 120 36 27 103 52
Binary 10110011 1011010 100100 0 110010 1010000 11110 10111 1000011 101010

Color Harmonies of #B35A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A24

Black with #B35A24

Text Example


Text Example

White with #B35A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A24; }

 p { color: rgb(179,90,36); }

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

background-color css

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

 a { background-color: rgb(179,90,36); }

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

border-color css

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

 span { border-color: rgb(179,90,36); }

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