Html Css Color HEX #B35C2A Fiery Orange

📋 copy color: '#B35C2A'

red 179 ◦ green 92 ◦ blue 42

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

Shades of Fiery Orange #B35C2A

Tints of Fiery Orange #B35C2A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.39%

 BLUE value IS 42 (16.8% from 255) = 13.42%

R = 57.19%
G = 29.39%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B35C2A (or 0xB35C2A) is known color: Fiery Orange. HEX triplet: B3, 5C and 2A. RGB value is (179,92,42). Sum of RGB (Red+Green+Blue) = 179+92+42=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 92 (36.33% from 255 or 29.39% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35C2A is #4CA3D5. Grayscale: #707070. Windows color (decimal): -5022678 or 2776243. OLE color: 2776243.

HSL color Cylindrical-coordinate representation of color #B35C2A: hue angle of 21.9º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B35C2A is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 92 42 -
CMYK 0 0.49 0.77 0.30
HSL 21.9º 0.62% 0.43% -
HSV(B) 21.9º 0.77% 0.7% -
XYZ 22.84 17.41 4.35 -
YUV 112.31 88.32 175.57 -
System Red Green Blue C M Y K H S L
Decimal 179 92 42 0 0.49 0.77 0.30 21.9 0.62 0.43
Hex B3 5C 2A 0 31 4D 1E 16 3E 2B
Octal 263 134 52 0 61 115 36 26 76 53
Binary 10110011 1011100 101010 0 110001 1001101 11110 10110 111110 101011

Color Harmonies of #B35C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C2A

Black with #B35C2A

Text Example


Text Example

White with #B35C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C2A; }

 p { color: rgb(179,92,42); }

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

background-color css

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

 a { background-color: rgb(179,92,42); }

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

border-color css

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

 span { border-color: rgb(179,92,42); }

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