Html Css Color HEX #B35214 Rust

📋 copy color: '#B35214'

red 179 ◦ green 82 ◦ blue 20

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

Shades of Rust #B35214

Tints of Rust #B35214

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.18%

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

R = 63.7%
G = 29.18%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B35214 (or 0xB35214) is known color: Rust. HEX triplet: B3, 52 and 14. RGB value is (179,82,20). Sum of RGB (Red+Green+Blue) = 179+82+20=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B35214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35214 is #4CADEB. Grayscale: #686868. Windows color (decimal): -5025260 or 1331891. OLE color: 1331891.

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

Color convert

RGB 179 82 20 -
CMYK 0 0.54 0.89 0.30
HSL 23.4º 0.8% 0.39% -
HSV(B) 23.4º 0.89% 0.7% -
XYZ 21.73 15.67 2.54 -
YUV 103.94 80.64 181.54 -
System Red Green Blue C M Y K H S L
Decimal 179 82 20 0 0.54 0.89 0.30 23.4 0.8 0.39
Hex B3 52 14 0 36 59 1E 17 50 27
Octal 263 122 24 0 66 131 36 27 120 47
Binary 10110011 1010010 10100 0 110110 1011001 11110 10111 1010000 100111

Color Harmonies of #B35214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35214

Black with #B35214

Text Example


Text Example

White with #B35214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35214; }

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

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

background-color css

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

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

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

border-color css

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

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

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