Html Css Color HEX #B35014 Rust

📋 copy color: '#B35014'

red 179 ◦ green 80 ◦ blue 20

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

Shades of Rust #B35014

Tints of Rust #B35014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 64.16%
G = 28.67%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B35014 (or 0xB35014) is known color: Rust. HEX triplet: B3, 50 and 14. RGB value is (179,80,20). Sum of RGB (Red+Green+Blue) = 179+80+20=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B35014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35014 is #4CAFEB. Grayscale: #676767. Windows color (decimal): -5025772 or 1331379. OLE color: 1331379.

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

Color convert

RGB 179 80 20 -
CMYK 0 0.55 0.89 0.30
HSL 22.64º 0.8% 0.39% -
HSV(B) 22.64º 0.89% 0.7% -
XYZ 21.59 15.37 2.49 -
YUV 102.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 179 80 20 0 0.55 0.89 0.30 22.64 0.8 0.39
Hex B3 50 14 0 37 59 1E 17 50 27
Octal 263 120 24 0 67 131 36 27 120 47
Binary 10110011 1010000 10100 0 110111 1011001 11110 10111 1010000 100111

Color Harmonies of #B35014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35014

Black with #B35014

Text Example


Text Example

White with #B35014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35014; }

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

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

background-color css

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

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

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

border-color css

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

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

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