#AC3B09

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

Shades of Rust #AC3B09

Tints of Rust #AC3B09

Color information

#AC3B09 (or 0xAC3B09) is unknown color: approx Rust. HEX triplet: AC, 3B and 09. RGB value is (172,59,9). Sum of RGB (Red+Green+Blue) = 172+59+9=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B09 is #53C4F6. Grayscale: #575757. Windows color (decimal): -5489911 or 605100. OLE color: 605100.

HSL color Cylindrical-coordinate representation of color #AC3B09: hue angle of 18.4º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC3B09 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB172599-
CMYK00.660.950.33
HSL18.4º90.06%35.49%-
HSV(B)18.4º94.77%67.45%-
XYZ18.6311.921.58-
YUV87.0983.94188.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.67%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 9 (3.91% from 255) = 3.75%
R=71.67%
G=24.58%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17259900.660.950.3318.490.0635.49
HexAC3B90425F21125a23
Octal25473110102137412213243
Binary101011001110111001010000101011111100001100101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B09; }

 p { color: rgb(172,59,9); }

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

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

 a { background-color: rgb(172,59,9); }

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

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

 span { border-color: rgb(172,59,9); }

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