#A44012

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

Shades of Rust #A44012

Tints of Rust #A44012

Color information

#A44012 (or 0xA44012) is unknown color: approx Rust. HEX triplet: A4, 40 and 12. RGB value is (164,64,18). Sum of RGB (Red+Green+Blue) = 164+64+18=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A44012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44012 is #5BBFED. Grayscale: #585858. Windows color (decimal): -6012910 or 1196196. OLE color: 1196196.

HSL color Cylindrical-coordinate representation of color #A44012: hue angle of 18.9º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A44012 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB1646418-
CMYK00.610.890.36
HSL18.9º80.22%35.69%-
HSV(B)18.9º89.02%64.31%-
XYZ17.2511.61.9-
YUV88.6688.13181.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.67%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 18 (7.42% from 255) = 7.32%
R=66.67%
G=26.02%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164641800.610.890.3618.980.2235.69
HexA4401203D5924135024
Octal24410022075131442312044
Binary1010010010000001001001111011011001100100100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44012; }

 p { color: rgb(164,64,18); }

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

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

 a { background-color: rgb(164,64,18); }

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

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

 span { border-color: rgb(164,64,18); }

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