Html Css Color HEX #B64E14 Rust

📋 copy color: '#B64E14'

red 182 ◦ green 78 ◦ blue 20

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

Shades of Rust #B64E14

Tints of Rust #B64E14

RGB

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

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

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

R = 65%
G = 27.86%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B64E14 (or 0xB64E14) is known color: Rust. HEX triplet: B6, 4E and 14. RGB value is (182,78,20). Sum of RGB (Red+Green+Blue) = 182+78+20=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64E14 is #49B1EB. Grayscale: #666666. Windows color (decimal): -4829676 or 1330870. OLE color: 1330870.

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

Color convert

RGB 182 78 20 -
CMYK 0 0.57 0.89 0.29
HSL 21.48º 0.8% 0.4% -
HSV(B) 21.48º 0.89% 0.71% -
XYZ 22.14 15.44 2.48 -
YUV 102.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 182 78 20 0 0.57 0.89 0.29 21.48 0.8 0.4
Hex B6 4E 14 0 39 59 1D 15 50 28
Octal 266 116 24 0 71 131 35 25 120 50
Binary 10110110 1001110 10100 0 111001 1011001 11101 10101 1010000 101000

Color Harmonies of #B64E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64E14

Black with #B64E14

Text Example


Text Example

White with #B64E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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