Html Css Color HEX #A64118 Rust

📋 copy color: '#A64118'

red 166 ◦ green 65 ◦ blue 24

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

Shades of Rust #A64118

Tints of Rust #A64118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 65.1%
G = 25.49%
B = 9.41%

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

#A64118 (or 0xA64118) is known color: Rust. HEX triplet: A6, 41 and 18. RGB value is (166,65,24). Sum of RGB (Red+Green+Blue) = 166+65+24=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A64118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64118 is #59BEE7. Grayscale: #5A5A5A. Windows color (decimal): -5881576 or 1589670. OLE color: 1589670.

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

Color convert

RGB 166 65 24 -
CMYK 0 0.61 0.86 0.35
HSL 17.32º 0.75% 0.37% -
HSV(B) 17.32º 0.86% 0.65% -
XYZ 17.78 11.95 2.23 -
YUV 90.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 166 65 24 0 0.61 0.86 0.35 17.32 0.75 0.37
Hex A6 41 18 0 3D 56 23 11 4B 25
Octal 246 101 30 0 75 126 43 21 113 45
Binary 10100110 1000001 11000 0 111101 1010110 100011 10001 1001011 100101

Color Harmonies of #A64118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64118

Black with #A64118

Text Example


Text Example

White with #A64118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64118; }

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

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

background-color css

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

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

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

border-color css

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

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

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