#A74100

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

Shades of Rust #A74100

Tints of Rust #A74100

Color information

#A74100 (or 0xA74100) is unknown color: approx Rust. HEX triplet: A7, 41 and 00. RGB value is (167,65,0). Sum of RGB (Red+Green+Blue) = 167+65+0=232 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.98% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 167 - color contains mainly: red. Hex color #A74100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74100 is #58BEFF. Grayscale: #585858. Windows color (decimal): -5816064 or 16807. OLE color: 16807.

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

Color convert

RGB167650-
CMYK00.6110.35
HSL23.35º100%32.75%-
HSV(B)23.35º100%65.49%-
XYZ17.83121.38-
YUV88.0978.29184.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 71.98%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.98%
G=28.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16765000.6110.3523.3510032.75
HexA741003D6423176421
Octal2471010075144432714441
Binary101001111000001001111011100100100011101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74100; }

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

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

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

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

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

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

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

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