#AC3F0C

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

Shades of Rust #AC3F0C

Tints of Rust #AC3F0C

Color information

#AC3F0C (or 0xAC3F0C) is unknown color: approx Rust. HEX triplet: AC, 3F and 0C. RGB value is (172,63,12). Sum of RGB (Red+Green+Blue) = 172+63+12=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F0C is #53C0F3. Grayscale: #5A5A5A. Windows color (decimal): -5488884 or 802732. OLE color: 802732.

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

Color convert

RGB1726312-
CMYK00.630.930.33
HSL19.12º86.96%36.08%-
HSV(B)19.12º93.02%67.45%-
XYZ18.8612.351.74-
YUV89.7884.11186.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.64%
GREEN value IS 63 (25% from 255) = 25.51%
BLUE value IS 12 (5.08% from 255) = 4.86%
R=69.64%
G=25.51%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172631200.630.930.3319.1286.9636.08
HexAC3FC03F5D21135724
Octal2547714077135412312744
Binary10101100111111110001111111011101100001100111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F0C; }

 p { color: rgb(172,63,12); }

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

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

 a { background-color: rgb(172,63,12); }

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

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

 span { border-color: rgb(172,63,12); }

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