#A74B0F

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

Shades of Rust #A74B0F

Tints of Rust #A74B0F

Color information

#A74B0F (or 0xA74B0F) is unknown color: approx Rust. HEX triplet: A7, 4B and 0F. RGB value is (167,75,15). Sum of RGB (Red+Green+Blue) = 167+75+15=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74B0F is #58B4F0. Grayscale: #606060. Windows color (decimal): -5813489 or 1002407. OLE color: 1002407.

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

Color convert

RGB1677515-
CMYK00.550.910.35
HSL23.68º83.52%35.69%-
HSV(B)23.68º91.02%65.49%-
XYZ18.5413.282.04-
YUV95.6782.48178.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.98%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=64.98%
G=29.18%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167751500.550.910.3523.6883.5235.69
HexA74BF0375B23185424
Octal24711317067133433012444
Binary101001111001011111101101111011011100011110001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74B0F; }

 p { color: rgb(167,75,15); }

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

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

 a { background-color: rgb(167,75,15); }

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

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

 span { border-color: rgb(167,75,15); }

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