Html Css Color HEX #B64014 Rust

📋 copy color: '#B64014'

red 182 ◦ green 64 ◦ blue 20

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

Shades of Rust #B64014

Tints of Rust #B64014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.06%

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

R = 68.42%
G = 24.06%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B64014 (or 0xB64014) is known color: Rust. HEX triplet: B6, 40 and 14. RGB value is (182,64,20). Sum of RGB (Red+Green+Blue) = 182+64+20=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B64014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64014 is #49BFEB. Grayscale: #5E5E5E. Windows color (decimal): -4833260 or 1327286. OLE color: 1327286.

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

Color convert

RGB 182 64 20 -
CMYK 0 0.65 0.89 0.29
HSL 16.3º 0.8% 0.4% -
HSV(B) 16.3º 0.89% 0.71% -
XYZ 21.25 13.66 2.18 -
YUV 94.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 182 64 20 0 0.65 0.89 0.29 16.3 0.8 0.4
Hex B6 40 14 0 41 59 1D 10 50 28
Octal 266 100 24 0 101 131 35 20 120 50
Binary 10110110 1000000 10100 0 1000001 1011001 11101 10000 1010000 101000

Color Harmonies of #B64014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64014

Black with #B64014

Text Example


Text Example

White with #B64014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64014; }

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

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

background-color css

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

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

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

border-color css

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

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

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