#AC3F1E

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

Shades of Rust #AC3F1E

Tints of Rust #AC3F1E

Color information

#AC3F1E (or 0xAC3F1E) is unknown color: approx Rust. HEX triplet: AC, 3F and 1E. RGB value is (172,63,30). Sum of RGB (Red+Green+Blue) = 172+63+30=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F1E is #53C0E1. Grayscale: #5C5C5C. Windows color (decimal): -5488866 or 1982380. OLE color: 1982380.

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

Color convert

RGB1726330-
CMYK00.630.830.33
HSL13.94º70.3%39.61%-
HSV(B)13.94º82.56%67.45%-
XYZ19.0312.422.62-
YUV91.8393.11185.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.91%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 30 (12.11% from 255) = 11.32%
R=64.91%
G=23.77%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172633000.630.830.3313.9470.339.61
HexAC3F1E03F5321e4628
Octal2547736077123411610650
Binary10101100111111111100111111101001110000111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F1E; }

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

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

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

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

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

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

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

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