#ac3b16

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

Shades of Rust #AC3B16

Tints of Rust #AC3B16

Color information

#AC3B16 (or 0xAC3B16) is unknown color: approx Rust. HEX triplet: AC, 3B and 16. RGB value is (172,59,22). Sum of RGB (Red+Green+Blue) = 172+59+22=253 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.98% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3B16 is #53C4E9. Grayscale: #585858. Windows color (decimal): -5489898 or 1457068. OLE color: 1457068.

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

Color convert

RGB1725922-
CMYK00.660.870.33
HSL14.8º77.32%38.04%-
HSV(B)14.8º87.21%67.45%-
XYZ18.7211.962.08-
YUV88.5790.44187.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 67.98%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 22 (8.98% from 255) = 8.70%
R=67.98%
G=23.32%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172592200.660.870.3314.877.3238.04
HexAC3B160425721f4d26
Octal25473260102127411711546
Binary101011001110111011001000010101011110000111111001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3b16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3b16; }

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

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

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

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

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

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

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

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