Html Css Color HEX #A64110 Rust

📋 copy color: '#A64110'

red 166 ◦ green 65 ◦ blue 16

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

Shades of Rust #A64110

Tints of Rust #A64110

RGB

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

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

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

R = 67.21%
G = 26.32%
B = 6.48%

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

#A64110 (or 0xA64110) is known color: Rust. HEX triplet: A6, 41 and 10. RGB value is (166,65,16). Sum of RGB (Red+Green+Blue) = 166+65+16=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A64110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64110 is #59BEEF. Grayscale: #595959. Windows color (decimal): -5881584 or 1065382. OLE color: 1065382.

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

Color convert

RGB 166 65 16 -
CMYK 0 0.61 0.90 0.35
HSL 19.6º 0.82% 0.36% -
HSV(B) 19.6º 0.9% 0.65% -
XYZ 17.71 11.93 1.86 -
YUV 89.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 166 65 16 0 0.61 0.90 0.35 19.6 0.82 0.36
Hex A6 41 10 0 3D 5A 23 14 52 24
Octal 246 101 20 0 75 132 43 24 122 44
Binary 10100110 1000001 10000 0 111101 1011010 100011 10100 1010010 100100

Color Harmonies of #A64110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64110

Black with #A64110

Text Example


Text Example

White with #A64110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64110; }

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

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

background-color css

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

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

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

border-color css

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

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

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