#AC3201

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

Shades of Rust #AC3201

Tints of Rust #AC3201

Color information

#AC3201 (or 0xAC3201) is unknown color: approx Rust. HEX triplet: AC, 32 and 01. RGB value is (172,50,1). Sum of RGB (Red+Green+Blue) = 172+50+1=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3201 is #53CDFE. Grayscale: #515151. Windows color (decimal): -5492223 or 78508. OLE color: 78508.

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

Color convert

RGB172501-
CMYK00.710.990.33
HSL17.19º98.84%33.92%-
HSV(B)17.19º99.42%67.45%-
XYZ18.1611.051.21-
YUV80.8982.92192.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 77.13%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=77.13%
G=22.42%
B=0.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17250100.710.990.3317.1998.8433.92
HexAC3210476321116322
Octal2546210107143412114342
Binary101011001100101010001111100011100001100011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3201; }

 p { color: rgb(172,50,1); }

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

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

 a { background-color: rgb(172,50,1); }

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

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

 span { border-color: rgb(172,50,1); }

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