#A74015

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

Shades of Rust #A74015

Tints of Rust #A74015

Color information

#A74015 (or 0xA74015) is unknown color: approx Rust. HEX triplet: A7, 40 and 15. RGB value is (167,64,21). Sum of RGB (Red+Green+Blue) = 167+64+21=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A74015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74015 is #58BFEA. Grayscale: #5A5A5A. Windows color (decimal): -5816299 or 1392807. OLE color: 1392807.

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

Color convert

RGB1676421-
CMYK00.620.870.35
HSL17.67º77.66%36.86%-
HSV(B)17.67º87.43%65.49%-
XYZ17.9111.942.07-
YUV89.989.12183-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.27%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 21 (8.59% from 255) = 8.33%
R=66.27%
G=25.40%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167642100.620.870.3517.6777.6636.86
HexA7401503E5723124e25
Octal24710025076127432211645
Binary1010011110000001010101111101010111100011100101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74015; }

 p { color: rgb(167,64,21); }

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

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

 a { background-color: rgb(167,64,21); }

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

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

 span { border-color: rgb(167,64,21); }

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