#AC3B0D

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

Shades of Rust #AC3B0D

Tints of Rust #AC3B0D

Color information

#AC3B0D (or 0xAC3B0D) is unknown color: approx Rust. HEX triplet: AC, 3B and 0D. RGB value is (172,59,13). Sum of RGB (Red+Green+Blue) = 172+59+13=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B0D is #53C4F2. Grayscale: #575757. Windows color (decimal): -5489907 or 867244. OLE color: 867244.

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

Color convert

RGB1725913-
CMYK00.660.920.33
HSL17.36º85.95%36.27%-
HSV(B)17.36º92.44%67.45%-
XYZ18.6511.931.7-
YUV87.5485.94188.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.49%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 13 (5.47% from 255) = 5.33%
R=70.49%
G=24.18%
B=5.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172591300.660.920.3317.3685.9536.27
HexAC3BD0425C21115624
Octal25473150102134412112644
Binary101011001110111101010000101011100100001100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B0D; }

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

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

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

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

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

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

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

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