Html Css Color HEX #A64410 Rust

📋 copy color: '#A64410'

red 166 ◦ green 68 ◦ blue 16

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

Shades of Rust #A64410

Tints of Rust #A64410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

 BLUE value IS 16 (6.64% from 255) = 6.4%

R = 66.4%
G = 27.2%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A64410 (or 0xA64410) is known color: Rust. HEX triplet: A6, 44 and 10. RGB value is (166,68,16). Sum of RGB (Red+Green+Blue) = 166+68+16=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A64410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64410 is #59BBEF. Grayscale: #5B5B5B. Windows color (decimal): -5880816 or 1066150. OLE color: 1066150.

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

Color convert

RGB 166 68 16 -
CMYK 0 0.59 0.90 0.35
HSL 20.8º 0.82% 0.36% -
HSV(B) 20.8º 0.9% 0.65% -
XYZ 17.89 12.28 1.92 -
YUV 91.37 85.47 181.23 -
System Red Green Blue C M Y K H S L
Decimal 166 68 16 0 0.59 0.90 0.35 20.8 0.82 0.36
Hex A6 44 10 0 3B 5A 23 15 52 24
Octal 246 104 20 0 73 132 43 25 122 44
Binary 10100110 1000100 10000 0 111011 1011010 100011 10101 1010010 100100

Color Harmonies of #A64410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64410

Black with #A64410

Text Example


Text Example

White with #A64410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64410; }

 p { color: rgb(166,68,16); }

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

background-color css

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

 a { background-color: rgb(166,68,16); }

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

border-color css

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

 span { border-color: rgb(166,68,16); }

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