#a74515

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

Shades of Rust #A74515

Tints of Rust #A74515

Color information

#A74515 (or 0xA74515) is unknown color: approx Rust. HEX triplet: A7, 45 and 15. RGB value is (167,69,21). Sum of RGB (Red+Green+Blue) = 167+69+21=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A74515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74515 is #58BAEA. Grayscale: #5D5D5D. Windows color (decimal): -5815019 or 1394087. OLE color: 1394087.

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

Color convert

RGB1676921-
CMYK00.590.870.35
HSL19.73º77.66%36.86%-
HSV(B)19.73º87.43%65.49%-
XYZ18.212.532.17-
YUV92.8387.47180.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.98%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=64.98%
G=26.85%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167692100.590.870.3519.7377.6636.86
HexA7451503B5723144e25
Octal24710525073127432411645
Binary1010011110001011010101110111010111100011101001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a74515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a74515; }

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

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

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

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

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

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

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

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