Html Css Color HEX #A64114 Rust

📋 copy color: '#A64114'

red 166 ◦ green 65 ◦ blue 20

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

Shades of Rust #A64114

Tints of Rust #A64114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 66.14%
G = 25.9%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A64114 (or 0xA64114) is known color: Rust. HEX triplet: A6, 41 and 14. RGB value is (166,65,20). Sum of RGB (Red+Green+Blue) = 166+65+20=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A64114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64114 is #59BEEB. Grayscale: #5A5A5A. Windows color (decimal): -5881580 or 1327526. OLE color: 1327526.

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

Color convert

RGB 166 65 20 -
CMYK 0 0.61 0.88 0.35
HSL 18.49º 0.78% 0.36% -
HSV(B) 18.49º 0.88% 0.65% -
XYZ 17.74 11.94 2.03 -
YUV 90.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 166 65 20 0 0.61 0.88 0.35 18.49 0.78 0.36
Hex A6 41 14 0 3D 58 23 12 4E 24
Octal 246 101 24 0 75 130 43 22 116 44
Binary 10100110 1000001 10100 0 111101 1011000 100011 10010 1001110 100100

Color Harmonies of #A64114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64114

Black with #A64114

Text Example


Text Example

White with #A64114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64114; }

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

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

background-color css

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

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

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

border-color css

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

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

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