Html Css Color HEX #B35A2D Fiery Orange

📋 copy color: '#B35A2D'

red 179 ◦ green 90 ◦ blue 45

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

Shades of Fiery Orange #B35A2D

Tints of Fiery Orange #B35A2D

RGB

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

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

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

R = 57.01%
G = 28.66%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B35A2D (or 0xB35A2D) is known color: Fiery Orange. HEX triplet: B3, 5A and 2D. RGB value is (179,90,45). Sum of RGB (Red+Green+Blue) = 179+90+45=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A2D is #4CA5D2. Grayscale: #6F6F6F. Windows color (decimal): -5023187 or 2972339. OLE color: 2972339.

HSL color Cylindrical-coordinate representation of color #B35A2D: hue angle of 20.15º 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 #B35A2D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 90 45 -
CMYK 0 0.50 0.75 0.30
HSL 20.15º 0.6% 0.44% -
HSV(B) 20.15º 0.75% 0.7% -
XYZ 22.72 17.09 4.58 -
YUV 111.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 179 90 45 0 0.50 0.75 0.30 20.15 0.6 0.44
Hex B3 5A 2D 0 32 4B 1E 14 3C 2C
Octal 263 132 55 0 62 113 36 24 74 54
Binary 10110011 1011010 101101 0 110010 1001011 11110 10100 111100 101100

Color Harmonies of #B35A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A2D

Black with #B35A2D

Text Example


Text Example

White with #B35A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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