#AC390A

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

Shades of Rust #AC390A

Tints of Rust #AC390A

Color information

#AC390A (or 0xAC390A) is unknown color: approx Rust. HEX triplet: AC, 39 and 0A. RGB value is (172,57,10). Sum of RGB (Red+Green+Blue) = 172+57+10=239 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.97% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 172 - color contains mainly: red. Hex color #AC390A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC390A is #53C6F5. Grayscale: #565656. Windows color (decimal): -5490422 or 670124. OLE color: 670124.

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

Color convert

RGB1725710-
CMYK00.670.940.33
HSL17.41º89.01%35.69%-
HSV(B)17.41º94.19%67.45%-
XYZ18.5311.721.57-
YUV86.0385.1189.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.97%
GREEN value IS 57 (22.66% from 255) = 23.85%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=71.97%
G=23.85%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172571000.670.940.3317.4189.0135.69
HexAC39A0435E21115924
Octal25471120103136412113144
Binary101011001110011010010000111011110100001100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC390A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC390A; }

 p { color: rgb(172,57,10); }

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

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

 a { background-color: rgb(172,57,10); }

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

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

 span { border-color: rgb(172,57,10); }

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