Html Css Color HEX #B35D1E Fiery Orange

📋 copy color: '#B35D1E'

red 179 ◦ green 93 ◦ blue 30

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

Shades of Fiery Orange #B35D1E

Tints of Fiery Orange #B35D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 59.27%
G = 30.79%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B35D1E (or 0xB35D1E) is known color: Fiery Orange. HEX triplet: B3, 5D and 1E. RGB value is (179,93,30). Sum of RGB (Red+Green+Blue) = 179+93+30=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35D1E is #4CA2E1. Grayscale: #6F6F6F. Windows color (decimal): -5022434 or 1990067. OLE color: 1990067.

HSL color Cylindrical-coordinate representation of color #B35D1E: hue angle of 25.37º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B35D1E is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 93 30 -
CMYK 0 0.48 0.83 0.30
HSL 25.37º 0.71% 0.41% -
HSV(B) 25.37º 0.83% 0.7% -
XYZ 22.74 17.51 3.41 -
YUV 111.53 81.99 176.12 -
System Red Green Blue C M Y K H S L
Decimal 179 93 30 0 0.48 0.83 0.30 25.37 0.71 0.41
Hex B3 5D 1E 0 30 53 1E 19 47 29
Octal 263 135 36 0 60 123 36 31 107 51
Binary 10110011 1011101 11110 0 110000 1010011 11110 11001 1000111 101001

Color Harmonies of #B35D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35D1E

Black with #B35D1E

Text Example


Text Example

White with #B35D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35D1E; }

 p { color: rgb(179,93,30); }

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

background-color css

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

 a { background-color: rgb(179,93,30); }

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

border-color css

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

 span { border-color: rgb(179,93,30); }

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