#A44810

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

Shades of Rust #A44810

Tints of Rust #A44810

Color information

#A44810 (or 0xA44810) is unknown color: approx Rust. HEX triplet: A4, 48 and 10. RGB value is (164,72,16). Sum of RGB (Red+Green+Blue) = 164+72+16=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A44810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44810 is #5BB7EF. Grayscale: #5D5D5D. Windows color (decimal): -6010864 or 1067172. OLE color: 1067172.

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

Color convert

RGB1647216-
CMYK00.560.900.36
HSL22.7º82.22%35.29%-
HSV(B)22.7º90.24%64.31%-
XYZ17.7212.561.98-
YUV93.1284.48178.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.08%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 16 (6.64% from 255) = 6.35%
R=65.08%
G=28.57%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164721600.560.900.3622.782.2235.29
HexA448100385A24175223
Octal24411020070132442712243
Binary1010010010010001000001110001011010100100101111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44810; }

 p { color: rgb(164,72,16); }

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

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

 a { background-color: rgb(164,72,16); }

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

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

 span { border-color: rgb(164,72,16); }

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