#A03614

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

Shades of Rust #A03614

Tints of Rust #A03614

Color information

#A03614 (or 0xA03614) is unknown color: approx Rust. HEX triplet: A0, 36 and 14. RGB value is (160,54,20). Sum of RGB (Red+Green+Blue) = 160+54+20=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A03614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03614 is #5FC9EB. Grayscale: #525252. Windows color (decimal): -6277612 or 1324704. OLE color: 1324704.

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

Color convert

RGB1605420-
CMYK00.660.880.37
HSL14.57º77.78%35.29%-
HSV(B)14.57º87.5%62.75%-
XYZ15.9410.161.78-
YUV81.8293.12183.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.38%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=68.38%
G=23.08%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160542000.660.880.3714.5777.7835.29
HexA036140425825f4e23
Octal24066240102130451711643
Binary101000001101101010001000010101100010010111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03614; }

 p { color: rgb(160,54,20); }

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

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

 a { background-color: rgb(160,54,20); }

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

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

 span { border-color: rgb(160,54,20); }

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