#a74114

Color #A74114 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A74114

Tints of Rust #A74114

Color information

#A74114 (or 0xA74114) is unknown color: approx Rust. HEX triplet: A7, 41 and 14. RGB value is (167,65,20). Sum of RGB (Red+Green+Blue) = 167+65+20=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A74114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74114 is #58BEEB. Grayscale: #5A5A5A. Windows color (decimal): -5816044 or 1327527. OLE color: 1327527.

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

Color convert

RGB1676520-
CMYK00.610.880.35
HSL18.37º78.61%36.67%-
HSV(B)18.37º88.02%65.49%-
XYZ17.9512.052.04-
YUV90.3788.29182.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.27%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=66.27%
G=25.79%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167652000.610.880.3518.3778.6136.67
HexA7411403D5823124f25
Octal24710124075130432211745
Binary1010011110000011010001111011011000100011100101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a74114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a74114; }

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

 H1.HeaderClassName
 {
   color: #a74114;
 }
 .AnyTagClassName
 {
   color: #a74114;
 }
</style>
background-color css

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

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

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

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

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

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