#A94004

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

Shades of Rust #A94004

Tints of Rust #A94004

Color information

#A94004 (or 0xA94004) is unknown color: approx Rust. HEX triplet: A9, 40 and 04. RGB value is (169,64,4). Sum of RGB (Red+Green+Blue) = 169+64+4=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A94004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94004 is #56BFFB. Grayscale: #585858. Windows color (decimal): -5685244 or 278697. OLE color: 278697.

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

Color convert

RGB169644-
CMYK00.620.980.34
HSL21.82º95.38%33.92%-
HSV(B)21.82º97.63%66.27%-
XYZ18.2212.111.49-
YUV88.5680.29185.38-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 71.31%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=71.31%
G=27.00%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16964400.620.980.3421.8295.3833.92
HexA940403E6222165f22
Octal2511004076142422613742
Binary10101001100000010001111101100010100010101101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94004; }

 p { color: rgb(169,64,4); }

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

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

 a { background-color: rgb(169,64,4); }

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

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

 span { border-color: rgb(169,64,4); }

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