Html Css Color HEX #B35B2D Fiery Orange

📋 copy color: '#B35B2D'

red 179 ◦ green 91 ◦ blue 45

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

Shades of Fiery Orange #B35B2D

Tints of Fiery Orange #B35B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 56.83%
G = 28.89%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B35B2D (or 0xB35B2D) is known color: Fiery Orange. HEX triplet: B3, 5B and 2D. RGB value is (179,91,45). Sum of RGB (Red+Green+Blue) = 179+91+45=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B35B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35B2D is #4CA4D2. Grayscale: #707070. Windows color (decimal): -5022931 or 2972595. OLE color: 2972595.

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

Color convert

RGB 179 91 45 -
CMYK 0 0.49 0.75 0.30
HSL 20.6º 0.6% 0.44% -
HSV(B) 20.6º 0.75% 0.7% -
XYZ 22.81 17.26 4.61 -
YUV 112.07 90.15 175.74 -
System Red Green Blue C M Y K H S L
Decimal 179 91 45 0 0.49 0.75 0.30 20.6 0.6 0.44
Hex B3 5B 2D 0 31 4B 1E 15 3C 2C
Octal 263 133 55 0 61 113 36 25 74 54
Binary 10110011 1011011 101101 0 110001 1001011 11110 10101 111100 101100

Color Harmonies of #B35B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35B2D

Black with #B35B2D

Text Example


Text Example

White with #B35B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35B2D; }

 p { color: rgb(179,91,45); }

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

background-color css

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

 a { background-color: rgb(179,91,45); }

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

border-color css

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

 span { border-color: rgb(179,91,45); }

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