#AC3514

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

Shades of Rust #AC3514

Tints of Rust #AC3514

Color information

#AC3514 (or 0xAC3514) is unknown color: approx Rust. HEX triplet: AC, 35 and 14. RGB value is (172,53,20). Sum of RGB (Red+Green+Blue) = 172+53+20=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3514 is #53CAEB. Grayscale: #555555. Windows color (decimal): -5491436 or 1324460. OLE color: 1324460.

HSL color Cylindrical-coordinate representation of color #AC3514: hue angle of 13.03º 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 #AC3514 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1725320-
CMYK00.690.880.33
HSL13.03º79.17%37.65%-
HSV(B)13.03º88.37%67.45%-
XYZ18.4111.371.89-
YUV84.8291.42190.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.20%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=70.20%
G=21.63%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172532000.690.880.3313.0379.1737.65
HexAC35140455821d4f26
Octal25465240105130411511746
Binary101011001101011010001000101101100010000111011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3514; }

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

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

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

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

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

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

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

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