Html Css Color HEX #B35614 Rust

📋 copy color: '#B35614'

red 179 ◦ green 86 ◦ blue 20

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

Shades of Rust #B35614

Tints of Rust #B35614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.18%

 BLUE value IS 20 (8.2% from 255) = 7.02%

R = 62.81%
G = 30.18%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B35614 (or 0xB35614) is known color: Rust. HEX triplet: B3, 56 and 14. RGB value is (179,86,20). Sum of RGB (Red+Green+Blue) = 179+86+20=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B35614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35614 is #4CA9EB. Grayscale: #6A6A6A. Windows color (decimal): -5024236 or 1332915. OLE color: 1332915.

HSL color Cylindrical-coordinate representation of color #B35614: hue angle of 24.91º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B35614 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 86 20 -
CMYK 0 0.52 0.89 0.30
HSL 24.91º 0.8% 0.39% -
HSV(B) 24.91º 0.89% 0.7% -
XYZ 22.04 16.29 2.64 -
YUV 106.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 179 86 20 0 0.52 0.89 0.30 24.91 0.8 0.39
Hex B3 56 14 0 34 59 1E 19 50 27
Octal 263 126 24 0 64 131 36 31 120 47
Binary 10110011 1010110 10100 0 110100 1011001 11110 11001 1010000 100111

Color Harmonies of #B35614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35614

Black with #B35614

Text Example


Text Example

White with #B35614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35614; }

 p { color: rgb(179,86,20); }

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

background-color css

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

 a { background-color: rgb(179,86,20); }

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

border-color css

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

 span { border-color: rgb(179,86,20); }

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