#A94111

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

Shades of Rust #A94111

Tints of Rust #A94111

Color information

#A94111 (or 0xA94111) is unknown color: approx Rust. HEX triplet: A9, 41 and 11. RGB value is (169,65,17). Sum of RGB (Red+Green+Blue) = 169+65+17=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A94111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94111 is #56BEEE. Grayscale: #5A5A5A. Windows color (decimal): -5684975 or 1130921. OLE color: 1130921.

HSL color Cylindrical-coordinate representation of color #A94111: hue angle of 18.95º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A94111 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB1696517-
CMYK00.620.900.34
HSL18.95º81.72%36.47%-
HSV(B)18.95º89.94%66.27%-
XYZ18.3512.261.93-
YUV90.6286.46183.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 67.33%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 17 (7.03% from 255) = 6.77%
R=67.33%
G=25.90%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169651700.620.900.3418.9581.7236.47
HexA9411103E5A22135224
Octal25110121076132422312244
Binary1010100110000011000101111101011010100010100111010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94111; }

 p { color: rgb(169,65,17); }

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

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

 a { background-color: rgb(169,65,17); }

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

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

 span { border-color: rgb(169,65,17); }

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