#AC391A

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

Shades of Rust #AC391A

Tints of Rust #AC391A

Color information

#AC391A (or 0xAC391A) is unknown color: approx Rust. HEX triplet: AC, 39 and 1A. RGB value is (172,57,26). Sum of RGB (Red+Green+Blue) = 172+57+26=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC391A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC391A is #53C6E5. Grayscale: #585858. Windows color (decimal): -5490406 or 1718700. OLE color: 1718700.

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

Color convert

RGB1725726-
CMYK00.670.850.33
HSL12.74º73.74%38.82%-
HSV(B)12.74º84.88%67.45%-
XYZ18.6611.772.27-
YUV87.8593.1188.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.45%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 26 (10.55% from 255) = 10.20%
R=67.45%
G=22.35%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172572600.670.850.3312.7473.7438.82
HexAC391A0435521d4a27
Octal25471320103125411511247
Binary101011001110011101001000011101010110000111011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC391A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC391A; }

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

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

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

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

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

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

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

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