#AC3C0E

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

Shades of Rust #AC3C0E

Tints of Rust #AC3C0E

Color information

#AC3C0E (or 0xAC3C0E) is unknown color: approx Rust. HEX triplet: AC, 3C and 0E. RGB value is (172,60,14). Sum of RGB (Red+Green+Blue) = 172+60+14=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C0E is #53C3F1. Grayscale: #585858. Windows color (decimal): -5489650 or 933036. OLE color: 933036.

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

Color convert

RGB1726014-
CMYK00.650.920.33
HSL17.47º84.95%36.47%-
HSV(B)17.47º91.86%67.45%-
XYZ18.7112.031.75-
YUV88.2486.11187.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.92%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 14 (5.86% from 255) = 5.69%
R=69.92%
G=24.39%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172601400.650.920.3317.4784.9536.47
HexAC3CE0415C21115524
Octal25474160101134412112544
Binary101011001111001110010000011011100100001100011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C0E; }

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

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

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

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

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

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

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

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