Html Css Color HEX #A14016 Rust

📋 copy color: '#A14016'

red 161 ◦ green 64 ◦ blue 22

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

Shades of Rust #A14016

Tints of Rust #A14016

RGB

 RED value IS 161 (63.28% from 255) = 65.18%

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

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

R = 65.18%
G = 25.91%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A14016 (or 0xA14016) is known color: Rust. HEX triplet: A1, 40 and 16. RGB value is (161,64,22). Sum of RGB (Red+Green+Blue) = 161+64+22=247 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.18% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 161 - color contains mainly: red. Hex color #A14016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14016 is #5EBFE9. Grayscale: #585858. Windows color (decimal): -6209514 or 1458337. OLE color: 1458337.

HSL color Cylindrical-coordinate representation of color #A14016: hue angle of 18.13º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A14016 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 64 22 -
CMYK 0 0.60 0.86 0.37
HSL 18.13º 0.76% 0.36% -
HSV(B) 18.13º 0.86% 0.63% -
XYZ 16.68 11.3 2.06 -
YUV 88.22 90.64 179.92 -
System Red Green Blue C M Y K H S L
Decimal 161 64 22 0 0.60 0.86 0.37 18.13 0.76 0.36
Hex A1 40 16 0 3C 56 25 12 4C 24
Octal 241 100 26 0 74 126 45 22 114 44
Binary 10100001 1000000 10110 0 111100 1010110 100101 10010 1001100 100100

Color Harmonies of #A14016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14016

Black with #A14016

Text Example


Text Example

White with #A14016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14016; }

 p { color: rgb(161,64,22); }

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

background-color css

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

 a { background-color: rgb(161,64,22); }

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

border-color css

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

 span { border-color: rgb(161,64,22); }

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