#AC3503

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

Shades of Rust #AC3503

Tints of Rust #AC3503

Color information

#AC3503 (or 0xAC3503) is unknown color: approx Rust. HEX triplet: AC, 35 and 03. RGB value is (172,53,3). Sum of RGB (Red+Green+Blue) = 172+53+3=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3503 is #53CAFC. Grayscale: #535353. Windows color (decimal): -5491453 or 210348. OLE color: 210348.

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

Color convert

RGB172533-
CMYK00.690.980.33
HSL17.75º96.57%34.31%-
HSV(B)17.75º98.26%67.45%-
XYZ18.311.321.31-
YUV82.8882.92191.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 75.44%
GREEN value IS 53 (21.09% from 255) = 23.25%
BLUE value IS 3 (1.56% from 255) = 1.32%
R=75.44%
G=23.25%
B=1.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17253300.690.980.3317.7596.5734.31
HexAC3530456221126122
Octal2546530105142412214142
Binary1010110011010111010001011100010100001100101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3503; }

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

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

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

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

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

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

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

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