#AC3C09

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

Shades of Rust #AC3C09

Tints of Rust #AC3C09

Color information

#AC3C09 (or 0xAC3C09) is unknown color: approx Rust. HEX triplet: AC, 3C and 09. RGB value is (172,60,9). Sum of RGB (Red+Green+Blue) = 172+60+9=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C09 is #53C3F6. Grayscale: #575757. Windows color (decimal): -5489655 or 605356. OLE color: 605356.

HSL color Cylindrical-coordinate representation of color #AC3C09: hue angle of 18.77º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC3C09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB172609-
CMYK00.650.950.33
HSL18.77º90.06%35.49%-
HSV(B)18.77º94.77%67.45%-
XYZ18.6812.021.59-
YUV87.6783.61188.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.37%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 9 (3.91% from 255) = 3.73%
R=71.37%
G=24.90%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17260900.650.950.3318.7790.0635.49
HexAC3C90415F21135a23
Octal25474110101137412313243
Binary101011001111001001010000011011111100001100111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C09; }

 p { color: rgb(172,60,9); }

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

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

 a { background-color: rgb(172,60,9); }

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

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

 span { border-color: rgb(172,60,9); }

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