Html Css Color HEX #A64C11 Rust

📋 copy color: '#A64C11'

red 166 ◦ green 76 ◦ blue 17

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

Shades of Rust #A64C11

Tints of Rust #A64C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.34%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 64.09%
G = 29.34%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A64C11 (or 0xA64C11) is known color: Rust. HEX triplet: A6, 4C and 11. RGB value is (166,76,17). Sum of RGB (Red+Green+Blue) = 166+76+17=259 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.09% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64C11 is #59B3EE. Grayscale: #606060. Windows color (decimal): -5878767 or 1133734. OLE color: 1133734.

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

Color convert

RGB 166 76 17 -
CMYK 0 0.54 0.90 0.35
HSL 23.76º 0.81% 0.36% -
HSV(B) 23.76º 0.9% 0.65% -
XYZ 18.41 13.32 2.13 -
YUV 96.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 166 76 17 0 0.54 0.90 0.35 23.76 0.81 0.36
Hex A6 4C 11 0 36 5A 23 18 51 24
Octal 246 114 21 0 66 132 43 30 121 44
Binary 10100110 1001100 10001 0 110110 1011010 100011 11000 1010001 100100

Color Harmonies of #A64C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C11

Black with #A64C11

Text Example


Text Example

White with #A64C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C11; }

 p { color: rgb(166,76,17); }

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

background-color css

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

 a { background-color: rgb(166,76,17); }

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

border-color css

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

 span { border-color: rgb(166,76,17); }

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