#AC441E

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

Shades of Rust #AC441E

Tints of Rust #AC441E

Color information

#AC441E (or 0xAC441E) is unknown color: approx Rust. HEX triplet: AC, 44 and 1E. RGB value is (172,68,30). Sum of RGB (Red+Green+Blue) = 172+68+30=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC441E is #53BBE1. Grayscale: #5F5F5F. Windows color (decimal): -5487586 or 1983660. OLE color: 1983660.

HSL color Cylindrical-coordinate representation of color #AC441E: hue angle of 16.06º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC441E is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB1726830-
CMYK00.600.830.33
HSL16.06º70.3%39.61%-
HSV(B)16.06º82.56%67.45%-
XYZ19.31132.72-
YUV94.7691.46183.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.70%
GREEN value IS 68 (26.95% from 255) = 25.19%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=63.70%
G=25.19%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172683000.600.830.3316.0670.339.61
HexAC441E03C5321104628
Octal25410436074123412010650
Binary1010110010001001111001111001010011100001100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC441E; }

 p { color: rgb(172,68,30); }

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

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

 a { background-color: rgb(172,68,30); }

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

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

 span { border-color: rgb(172,68,30); }

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