Html Css Color HEX #A64011 Rust

📋 copy color: '#A64011'

red 166 ◦ green 64 ◦ blue 17

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

Shades of Rust #A64011

Tints of Rust #A64011

RGB

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

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

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

R = 67.21%
G = 25.91%
B = 6.88%

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

#A64011 (or 0xA64011) is known color: Rust. HEX triplet: A6, 40 and 11. RGB value is (166,64,17). Sum of RGB (Red+Green+Blue) = 166+64+17=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A64011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64011 is #59BFEE. Grayscale: #595959. Windows color (decimal): -5881839 or 1130662. OLE color: 1130662.

HSL color Cylindrical-coordinate representation of color #A64011: hue angle of 18.93º 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 #A64011 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 64 17 -
CMYK 0 0.61 0.90 0.35
HSL 18.93º 0.81% 0.36% -
HSV(B) 18.93º 0.9% 0.65% -
XYZ 17.66 11.81 1.88 -
YUV 89.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 166 64 17 0 0.61 0.90 0.35 18.93 0.81 0.36
Hex A6 40 11 0 3D 5A 23 13 51 24
Octal 246 100 21 0 75 132 43 23 121 44
Binary 10100110 1000000 10001 0 111101 1011010 100011 10011 1010001 100100

Color Harmonies of #A64011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64011

Black with #A64011

Text Example


Text Example

White with #A64011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64011; }

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

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

background-color css

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

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

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

border-color css

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

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

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