Html Css Color HEX #B64616 Rust

📋 copy color: '#B64616'

red 182 ◦ green 70 ◦ blue 22

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

Shades of Rust #B64616

Tints of Rust #B64616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.55%

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

R = 66.42%
G = 25.55%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B64616 (or 0xB64616) is known color: Rust. HEX triplet: B6, 46 and 16. RGB value is (182,70,22). Sum of RGB (Red+Green+Blue) = 182+70+22=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B64616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64616 is #49B9E9. Grayscale: #626262. Windows color (decimal): -4831722 or 1459894. OLE color: 1459894.

HSL color Cylindrical-coordinate representation of color #B64616: hue angle of 18º 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 #B64616 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 22 -
CMYK 0 0.62 0.88 0.29
HSL 18º 0.78% 0.4% -
HSV(B) 18º 0.88% 0.71% -
XYZ 21.63 14.38 2.4 -
YUV 98.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 182 70 22 0 0.62 0.88 0.29 18 0.78 0.4
Hex B6 46 16 0 3E 58 1D 12 4E 28
Octal 266 106 26 0 76 130 35 22 116 50
Binary 10110110 1000110 10110 0 111110 1011000 11101 10010 1001110 101000

Color Harmonies of #B64616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64616

Black with #B64616

Text Example


Text Example

White with #B64616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64616; }

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

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

background-color css

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

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

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

border-color css

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

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

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