#A44009

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

Shades of Rust #A44009

Tints of Rust #A44009

Color information

#A44009 (or 0xA44009) is unknown color: approx Rust. HEX triplet: A4, 40 and 09. RGB value is (164,64,9). Sum of RGB (Red+Green+Blue) = 164+64+9=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A44009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44009 is #5BBFF6. Grayscale: #575757. Windows color (decimal): -6012919 or 606372. OLE color: 606372.

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

Color convert

RGB164649-
CMYK00.610.950.36
HSL21.29º89.6%33.92%-
HSV(B)21.29º94.51%64.31%-
XYZ17.1911.581.59-
YUV87.6383.63182.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 69.20%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 9 (3.91% from 255) = 3.80%
R=69.20%
G=27.00%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16464900.610.950.3621.2989.633.92
HexA440903D5F24155a22
Octal24410011075137442513242
Binary101001001000000100101111011011111100100101011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44009; }

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

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

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

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

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

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

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

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