Html Css Color HEX #A64104 Rust

📋 copy color: '#A64104'

red 166 ◦ green 65 ◦ blue 4

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

Shades of Rust #A64104

Tints of Rust #A64104

RGB

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

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

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

R = 70.64%
G = 27.66%
B = 1.7%

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

#A64104 (or 0xA64104) is known color: Rust. HEX triplet: A6, 41 and 04. RGB value is (166,65,4). Sum of RGB (Red+Green+Blue) = 166+65+4=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A64104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64104 is #59BEFB. Grayscale: #585858. Windows color (decimal): -5881596 or 278950. OLE color: 278950.

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

Color convert

RGB 166 65 4 -
CMYK 0 0.61 0.98 0.35
HSL 22.59º 0.95% 0.33% -
HSV(B) 22.59º 0.98% 0.65% -
XYZ 17.64 11.9 1.48 -
YUV 88.25 80.46 183.46 -
System Red Green Blue C M Y K H S L
Decimal 166 65 4 0 0.61 0.98 0.35 22.59 0.95 0.33
Hex A6 41 4 0 3D 62 23 17 5F 21
Octal 246 101 4 0 75 142 43 27 137 41
Binary 10100110 1000001 100 0 111101 1100010 100011 10111 1011111 100001

Color Harmonies of #A64104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64104

Black with #A64104

Text Example


Text Example

White with #A64104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64104; }

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

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

background-color css

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

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

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

border-color css

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

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

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