Html Css Color HEX #A64000 Rust

📋 copy color: '#A64000'

red 166 ◦ green 64 ◦ blue 0

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

Shades of Rust #A64000

Tints of Rust #A64000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.17%
G = 27.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A64000 (or 0xA64000) is known color: Rust. HEX triplet: A6, 40 and 00. RGB value is (166,64,0). Sum of RGB (Red+Green+Blue) = 166+64+0=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A64000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64000 is #59BFFF. Grayscale: #575757. Windows color (decimal): -5881856 or 16550. OLE color: 16550.

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

Color convert

RGB 166 64 0 -
CMYK 0 0.61 1 0.35
HSL 23.13º 1% 0.33% -
HSV(B) 23.13º 1% 0.65% -
XYZ 17.56 11.77 1.35 -
YUV 87.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 166 64 0 0 0.61 1 0.35 23.13 1 0.33
Hex A6 40 0 0 3D 64 23 17 64 21
Octal 246 100 0 0 75 144 43 27 144 41
Binary 10100110 1000000 0 0 111101 1100100 100011 10111 1100100 100001

Color Harmonies of #A64000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64000

Black with #A64000

Text Example


Text Example

White with #A64000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64000; }

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

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

background-color css

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

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

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

border-color css

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

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

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