Html Css Color HEX #B64E16 Rust

📋 copy color: '#B64E16'

red 182 ◦ green 78 ◦ blue 22

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

Shades of Rust #B64E16

Tints of Rust #B64E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.66%

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

R = 64.54%
G = 27.66%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B64E16 (or 0xB64E16) is known color: Rust. HEX triplet: B6, 4E and 16. RGB value is (182,78,22). Sum of RGB (Red+Green+Blue) = 182+78+22=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64E16 is #49B1E9. Grayscale: #676767. Windows color (decimal): -4829674 or 1461942. OLE color: 1461942.

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

Color convert

RGB 182 78 22 -
CMYK 0 0.57 0.88 0.29
HSL 21º 0.78% 0.4% -
HSV(B) 21º 0.88% 0.71% -
XYZ 22.16 15.45 2.57 -
YUV 102.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 182 78 22 0 0.57 0.88 0.29 21 0.78 0.4
Hex B6 4E 16 0 39 58 1D 15 4E 28
Octal 266 116 26 0 71 130 35 25 116 50
Binary 10110110 1001110 10110 0 111001 1011000 11101 10101 1001110 101000

Color Harmonies of #B64E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E16

Black with #B64E16

Text Example


Text Example

White with #B64E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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