Html Css Color HEX #A64117 Rust

📋 copy color: '#A64117'

red 166 ◦ green 65 ◦ blue 23

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

Shades of Rust #A64117

Tints of Rust #A64117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.06%

R = 65.35%
G = 25.59%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A64117 (or 0xA64117) is known color: Rust. HEX triplet: A6, 41 and 17. RGB value is (166,65,23). Sum of RGB (Red+Green+Blue) = 166+65+23=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A64117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64117 is #59BEE8. Grayscale: #5A5A5A. Windows color (decimal): -5881577 or 1524134. OLE color: 1524134.

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

Color convert

RGB 166 65 23 -
CMYK 0 0.61 0.86 0.35
HSL 17.62º 0.76% 0.37% -
HSV(B) 17.62º 0.86% 0.65% -
XYZ 17.77 11.95 2.18 -
YUV 90.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 166 65 23 0 0.61 0.86 0.35 17.62 0.76 0.37
Hex A6 41 17 0 3D 56 23 12 4C 25
Octal 246 101 27 0 75 126 43 22 114 45
Binary 10100110 1000001 10111 0 111101 1010110 100011 10010 1001100 100101

Color Harmonies of #A64117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64117

Black with #A64117

Text Example


Text Example

White with #A64117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64117; }

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

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

background-color css

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

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

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

border-color css

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

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

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