#A74115

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

Shades of Rust #A74115

Tints of Rust #A74115

Color information

#A74115 (or 0xA74115) is unknown color: approx Rust. HEX triplet: A7, 41 and 15. RGB value is (167,65,21). Sum of RGB (Red+Green+Blue) = 167+65+21=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A74115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74115 is #58BEEA. Grayscale: #5A5A5A. Windows color (decimal): -5816043 or 1393063. OLE color: 1393063.

HSL color Cylindrical-coordinate representation of color #A74115: hue angle of 18.08º 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 #A74115 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1676521-
CMYK00.610.870.35
HSL18.08º77.66%36.86%-
HSV(B)18.08º87.43%65.49%-
XYZ17.9612.052.09-
YUV90.4888.79182.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=66.01%
G=25.69%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167652100.610.870.3518.0877.6636.86
HexA7411503D5723124e25
Octal24710125075127432211645
Binary1010011110000011010101111011010111100011100101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74115; }

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

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

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

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

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

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

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

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