Html Css Color HEX #A64116 Rust

📋 copy color: '#A64116'

red 166 ◦ green 65 ◦ blue 22

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

Shades of Rust #A64116

Tints of Rust #A64116

RGB

 RED value IS 166 (65.23% from 255) = 65.61%

 GREEN value IS 65 (25.78% from 255) = 25.69%

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

R = 65.61%
G = 25.69%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A64116 (or 0xA64116) is known color: Rust. HEX triplet: A6, 41 and 16. RGB value is (166,65,22). Sum of RGB (Red+Green+Blue) = 166+65+22=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A64116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64116 is #59BEE9. Grayscale: #5A5A5A. Windows color (decimal): -5881578 or 1458598. OLE color: 1458598.

HSL color Cylindrical-coordinate representation of color #A64116: hue angle of 17.92º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A64116 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 65 22 -
CMYK 0 0.61 0.87 0.35
HSL 17.92º 0.77% 0.37% -
HSV(B) 17.92º 0.87% 0.65% -
XYZ 17.76 11.95 2.13 -
YUV 90.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 166 65 22 0 0.61 0.87 0.35 17.92 0.77 0.37
Hex A6 41 16 0 3D 57 23 12 4D 25
Octal 246 101 26 0 75 127 43 22 115 45
Binary 10100110 1000001 10110 0 111101 1010111 100011 10010 1001101 100101

Color Harmonies of #A64116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64116

Black with #A64116

Text Example


Text Example

White with #A64116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64116; }

 p { color: rgb(166,65,22); }

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

background-color css

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

 a { background-color: rgb(166,65,22); }

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

border-color css

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

 span { border-color: rgb(166,65,22); }

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