#AC3014

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

Shades of Rust #AC3014

Tints of Rust #AC3014

Color information

#AC3014 (or 0xAC3014) is unknown color: approx Rust. HEX triplet: AC, 30 and 14. RGB value is (172,48,20). Sum of RGB (Red+Green+Blue) = 172+48+20=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3014 is #53CFEB. Grayscale: #525252. Windows color (decimal): -5492716 or 1323180. OLE color: 1323180.

HSL color Cylindrical-coordinate representation of color #AC3014: hue angle of 11.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3014 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1724820-
CMYK00.720.880.33
HSL11.05º79.17%37.65%-
HSV(B)11.05º88.37%67.45%-
XYZ18.210.941.81-
YUV81.8893.08192.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.67%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=71.67%
G=20%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172482000.720.880.3311.0579.1737.65
HexAC30140485821b4f26
Octal25460240110130411311746
Binary101011001100001010001001000101100010000110111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3014; }

 p { color: rgb(172,48,20); }

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

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

 a { background-color: rgb(172,48,20); }

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

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

 span { border-color: rgb(172,48,20); }

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