Html Css Color HEX #A64111 Rust

📋 copy color: '#A64111'

red 166 ◦ green 65 ◦ blue 17

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

Shades of Rust #A64111

Tints of Rust #A64111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 66.94%
G = 26.21%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A64111 (or 0xA64111) is known color: Rust. HEX triplet: A6, 41 and 11. RGB value is (166,65,17). Sum of RGB (Red+Green+Blue) = 166+65+17=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A64111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64111 is #59BEEE. Grayscale: #5A5A5A. Windows color (decimal): -5881583 or 1130918. OLE color: 1130918.

HSL color Cylindrical-coordinate representation of color #A64111: hue angle of 19.33º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A64111 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 65 17 -
CMYK 0 0.61 0.90 0.35
HSL 19.33º 0.81% 0.36% -
HSV(B) 19.33º 0.9% 0.65% -
XYZ 17.72 11.93 1.9 -
YUV 89.73 86.96 182.4 -
System Red Green Blue C M Y K H S L
Decimal 166 65 17 0 0.61 0.90 0.35 19.33 0.81 0.36
Hex A6 41 11 0 3D 5A 23 13 51 24
Octal 246 101 21 0 75 132 43 23 121 44
Binary 10100110 1000001 10001 0 111101 1011010 100011 10011 1010001 100100

Color Harmonies of #A64111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64111

Black with #A64111

Text Example


Text Example

White with #A64111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64111; }

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

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

background-color css

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

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

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

border-color css

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

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

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