#AC3403

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

Shades of Rust #AC3403

Tints of Rust #AC3403

Color information

#AC3403 (or 0xAC3403) is unknown color: approx Rust. HEX triplet: AC, 34 and 03. RGB value is (172,52,3). Sum of RGB (Red+Green+Blue) = 172+52+3=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3403 is #53CBFC. Grayscale: #525252. Windows color (decimal): -5491709 or 210092. OLE color: 210092.

HSL color Cylindrical-coordinate representation of color #AC3403: hue angle of 17.4º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC3403 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB172523-
CMYK00.700.980.33
HSL17.4º96.57%34.31%-
HSV(B)17.4º98.26%67.45%-
XYZ18.2611.231.29-
YUV82.2983.26191.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 75.77%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=75.77%
G=22.91%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17252300.700.980.3317.496.5734.31
HexAC3430466221116122
Octal2546430106142412114142
Binary1010110011010011010001101100010100001100011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3403; }

 p { color: rgb(172,52,3); }

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

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

 a { background-color: rgb(172,52,3); }

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

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

 span { border-color: rgb(172,52,3); }

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