Html Css Color HEX #B64716 Rust

📋 copy color: '#B64716'

red 182 ◦ green 71 ◦ blue 22

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

Shades of Rust #B64716

Tints of Rust #B64716

RGB

 RED value IS 182 (71.48% from 255) = 66.18%

 GREEN value IS 71 (28.13% from 255) = 25.82%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 66.18%
G = 25.82%
B = 8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B64716 (or 0xB64716) is known color: Rust. HEX triplet: B6, 47 and 16. RGB value is (182,71,22). Sum of RGB (Red+Green+Blue) = 182+71+22=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B64716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64716 is #49B8E9. Grayscale: #626262. Windows color (decimal): -4831466 or 1460150. OLE color: 1460150.

HSL color Cylindrical-coordinate representation of color #B64716: hue angle of 18.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B64716 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 71 22 -
CMYK 0 0.61 0.88 0.29
HSL 18.38º 0.78% 0.4% -
HSV(B) 18.38º 0.88% 0.71% -
XYZ 21.69 14.51 2.42 -
YUV 98.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 182 71 22 0 0.61 0.88 0.29 18.38 0.78 0.4
Hex B6 47 16 0 3D 58 1D 12 4E 28
Octal 266 107 26 0 75 130 35 22 116 50
Binary 10110110 1000111 10110 0 111101 1011000 11101 10010 1001110 101000

Color Harmonies of #B64716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64716

Black with #B64716

Text Example


Text Example

White with #B64716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64716; }

 p { color: rgb(182,71,22); }

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

background-color css

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

 a { background-color: rgb(182,71,22); }

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

border-color css

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

 span { border-color: rgb(182,71,22); }

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