Html Css Color HEX #A64004 Rust

📋 copy color: '#A64004'

red 166 ◦ green 64 ◦ blue 4

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

Shades of Rust #A64004

Tints of Rust #A64004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.71%

R = 70.94%
G = 27.35%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A64004 (or 0xA64004) is known color: Rust. HEX triplet: A6, 40 and 04. RGB value is (166,64,4). Sum of RGB (Red+Green+Blue) = 166+64+4=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A64004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64004 is #59BFFB. Grayscale: #585858. Windows color (decimal): -5881852 or 278694. OLE color: 278694.

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

Color convert

RGB 166 64 4 -
CMYK 0 0.61 0.98 0.35
HSL 22.22º 0.95% 0.33% -
HSV(B) 22.22º 0.98% 0.65% -
XYZ 17.58 11.78 1.46 -
YUV 87.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 166 64 4 0 0.61 0.98 0.35 22.22 0.95 0.33
Hex A6 40 4 0 3D 62 23 16 5F 21
Octal 246 100 4 0 75 142 43 26 137 41
Binary 10100110 1000000 100 0 111101 1100010 100011 10110 1011111 100001

Color Harmonies of #A64004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64004

Black with #A64004

Text Example


Text Example

White with #A64004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64004; }

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

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

background-color css

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

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

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

border-color css

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

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

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